mirror of https://github.com/rwf2/Rocket.git
Fix macOS CI native deps install step.
This commit is contained in:
parent
e6aaea072c
commit
fb39c02212
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue