mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 04:17:06 +08:00
Fix iodbc path on macos GH action (#421)
This commit is contained in:
parent
6640f9c707
commit
57d9e7a65e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user