Fix iodbc path on macos GH action (#421)

This commit is contained in:
Evan Miller 2023-09-10 14:16:02 -04:00 committed by GitHub
parent 6640f9c707
commit 57d9e7a65e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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