mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-12-21 19:10:05 +08:00
Fix iodbc path on macos GH action
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -90,6 +90,8 @@ jobs:
|
|||||||
run: brew unlink unixodbc
|
run: brew unlink unixodbc
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: brew install libiodbc bison gawk automake
|
run: brew install libiodbc bison gawk automake
|
||||||
|
- name: Add path
|
||||||
|
run: echo /usr/local/opt/libiodbc/bin >> $GITHUB_PATH
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Fetch test data
|
- name: Fetch test data
|
||||||
run: git clone https://github.com/mdbtools/mdbtestdata.git test
|
run: git clone https://github.com/mdbtools/mdbtestdata.git test
|
||||||
|
|||||||
Reference in New Issue
Block a user