From fb39c0221287f651aefd6a5a7cfd30de22b032a1 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Thu, 2 May 2024 01:28:45 -0700 Subject: [PATCH] Fix macOS CI native deps install step. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4049193..e050e56f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,8 @@ jobs: if: matrix.platform.name == 'macOS' run: | 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" # vcpkg --triplet x64-windows install libmysql libpq sqlite3 openssl