mirror of https://github.com/rwf2/Rocket.git
Fix macOS CI native deps install step.
This commit is contained in:
parent
b203ab7a2d
commit
e942011974
|
@ -63,6 +63,8 @@ jobs:
|
||||||
if: matrix.platform.name == 'macOS'
|
if: matrix.platform.name == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
brew install mysql-client libpq sqlite coreutils
|
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"
|
echo "/usr/local/opt/mysql-client/bin" >> "$GITHUB_PATH"
|
||||||
|
|
||||||
# vcpkg --triplet x64-windows install libmysql libpq sqlite3 openssl
|
# vcpkg --triplet x64-windows install libmysql libpq sqlite3 openssl
|
||||||
|
|
Loading…
Reference in New Issue