Skip to content

Commit

Permalink
Install unixodbc on macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmiller committed May 14, 2024
1 parent 997f4ec commit 98d17ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
glib: [ enable-glib, disable-glib ]
steps:
- name: Install packages
run: brew install bison gawk automake libtool
run: brew install bison gawk automake libtool unixodbc
- uses: actions/checkout@v2
- name: Fetch test data
run: |
Expand Down Expand Up @@ -94,10 +94,8 @@ jobs:
compiler: [ clang, gcc ]
glib: [ enable-glib, disable-glib ]
steps:
- name: Remove packages
run: brew unlink unixodbc
- name: Install packages
run: brew install libiodbc bison gawk automake libtool
run: brew install bison gawk automake libtool libiodbc
- name: Add path
run: echo /usr/local/opt/libiodbc/bin >> $GITHUB_PATH
- uses: actions/checkout@v2
Expand Down

0 comments on commit 98d17ba

Please sign in to comment.