Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Sep 10, 2023
1 parent e9931b4 commit 1115e7d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmake-single-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,8 @@ jobs:
- name: install client drivers (macOS)
if: runner.os == 'macOS'
run: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install ${{matrix.db == 'postgres' && 'postgresql@14' || 'mysql-client'}}
brew link --force mysql-client || 0
HOMEBREW_NO_AUTO_UPDATE=1 brew install mysql-client ${{matrix.db == 'postgres' && 'postgresql@14' || ' '}}
brew link --force mysql-client
# brew link --force --overwrite libpq
- name: update environment (Windows)
Expand Down

0 comments on commit 1115e7d

Please sign in to comment.