Fix iodbc path on macos GH action

This commit is contained in:
Evan Miller 2023-09-10 14:05:48 -04:00
parent 6640f9c707
commit 51ac3570fd

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