Skip to content

Commit

Permalink
Fix iodbc path on macos GH action (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmiller committed Sep 10, 2023
1 parent 6640f9c commit 57d9e7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
run: brew unlink unixodbc
- name: Install packages
run: brew install libiodbc bison gawk automake
- name: Add path
run: echo /usr/local/opt/libiodbc/bin >> $GITHUB_PATH
- uses: actions/checkout@v2
- name: Fetch test data
run: git clone https://github.com/mdbtools/mdbtestdata.git test
Expand Down

0 comments on commit 57d9e7a

Please sign in to comment.