Skip to content

Commit

Permalink
Fix macOS CI native dep install step.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed May 2, 2024
1 parent 7203762 commit 81b0889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
if: matrix.platform.name == 'macOS'
run: |
brew install mysql-client libpq sqlite coreutils
brew link --force --overwrite mysql-client
brew link --force --overwrite libpq
echo "/usr/local/opt/mysql-client/bin" >> "$GITHUB_PATH"
# vcpkg --triplet x64-windows install libmysql libpq sqlite3 openssl
Expand Down

0 comments on commit 81b0889

Please sign in to comment.