Skip to content

Commit

Permalink
Pin macOS CI 'mysql-client' to '8.4'.
Browse files Browse the repository at this point in the history
mysqlclient-sys does not recognize v9, which causes the CI to fail. This
resolves the issue.
  • Loading branch information
SergioBenitez committed Aug 9, 2024
1 parent 38cebeb commit d4723bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d4723bb

Please sign in to comment.