Fix macOS CI native deps install step.

This commit is contained in:
Sergio Benitez 2024-05-02 01:28:45 -07:00
parent b203ab7a2d
commit e942011974
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,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