Skip to content

Commit fb39c02

Browse files
committed
Fix macOS CI native deps install step.
1 parent e6aaea0 commit fb39c02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
if: matrix.platform.name == 'macOS'
6666
run: |
6767
brew install mysql-client libpq sqlite coreutils
68+
brew link --force --overwrite mysql-client
69+
brew link --force --overwrite libpq
6870
echo "/usr/local/opt/mysql-client/bin" >> "$GITHUB_PATH"
6971
7072
# vcpkg --triplet x64-windows install libmysql libpq sqlite3 openssl

0 commit comments

Comments
 (0)