We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6aaea0 commit fb39c02Copy full SHA for fb39c02
.github/workflows/ci.yml
@@ -65,6 +65,8 @@ jobs:
65
if: matrix.platform.name == 'macOS'
66
run: |
67
brew install mysql-client libpq sqlite coreutils
68
+ brew link --force --overwrite mysql-client
69
+ brew link --force --overwrite libpq
70
echo "/usr/local/opt/mysql-client/bin" >> "$GITHUB_PATH"
71
72
# vcpkg --triplet x64-windows install libmysql libpq sqlite3 openssl
0 commit comments