Skip to content

Commit

Permalink
Force mac libiodbc link for GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
justing-bq committed Feb 23, 2023
1 parent 6696d1c commit 9c1c78c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/failover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
brew update
brew unlink unixodbc
brew install libiodbc mysql-client
brew link --overwrite --force libiodbc
- name: Create build environment
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
brew update
brew unlink unixodbc
brew install libiodbc mysql mysql-client
brew link --overwrite --force libiodbc
- name: Create build environment
shell: bash
Expand Down
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 9c1c78c

Please sign in to comment.