From e94201197414a3872b84d41a2fb256e3583b5355 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 31f173bb..65e47a2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,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