Skip to content

Commit

Permalink
Force mac libiodbc link in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justing-bq committed Feb 2, 2023
1 parent 6696d1c commit 59e30f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
brew update
brew unlink unixodbc
brew install libiodbc mysql-client
brew link --overwrite --force libiodbc
- name: Create build environment
run: cmake -E make_directory ${{ github.workspace }}/build
Expand Down

0 comments on commit 59e30f5

Please sign in to comment.