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.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index c5fe3c3e1..db155781a 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -15,8 +15,10 @@ jobs:
- name: Install dependencies
run: |
brew update
- brew upgrade
- brew install pkg-config gnutls libmaxminddb libpq mbedtls mysql-client openssl@1.1 pcre re2 sqlite tre
+ for PACKAGE in pkg-config gnutls libmaxminddb libpq mbedtls mysql-client openssl@1.1 pcre re2 sqlite tre;
+ do
+ brew install $PACKAGE || brew upgrade $PACKAGE
+ done
brew link --force --overwrite libpq
brew link --force --overwrite mysql-client
- name: Run test-build