summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-macos.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci-macos.yml')
-rw-r--r--.github/workflows/ci-macos.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index f1fed7e82..4521fea31 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -14,9 +14,10 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
+ brew update
brew install pkg-config gnutls libmaxminddb libpq mbedtls mysql-client openssl@1.1 pcre re2 sqlite3 tre
- brew link --force libpq
- brew link --force mysql-client
+ brew link --force --overwrite libpq
+ brew link --force --overwrite mysql-client
- name: Run test-build
run: ./tools/test-build c++
strategy: