mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 14:50:20 +08:00
Fix iodbc path on macos GH action
This commit is contained in:
parent
6640f9c707
commit
51ac3570fd
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