mirror of https://github.com/rwf2/Rocket.git
Pin macOS CI 'mysql-client' to '8.4'.
mysqlclient-sys does not recognize v9, which causes the CI to fail. This resolves the issue.
This commit is contained in:
parent
38cebebbc3
commit
d4723bb3ee
|
@ -66,8 +66,8 @@ jobs:
|
|||
- name: Install Native Dependencies (macOS)
|
||||
if: matrix.platform.name == 'macOS'
|
||||
run: |
|
||||
brew install mysql-client libpq sqlite coreutils
|
||||
brew link --force --overwrite mysql-client
|
||||
brew install mysql-client@8.4 libpq sqlite coreutils
|
||||
brew link --force --overwrite mysql-client@8.4
|
||||
brew link --force --overwrite libpq
|
||||
echo "/usr/local/opt/mysql-client/bin" >> "$GITHUB_PATH"
|
||||
|
||||
|
|
Loading…
Reference in New Issue