X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fci-macos.yml;h=c3cd04591d2a6b655a314d75657393ea2283d885;hb=bfbd0f6cc6297f26c8348aebe9492246110d0eba;hp=21296fc32ec0889fedcde99c5a1254406336050a;hpb=219f8e62623ff0c3002be764c1dbf7201d0293db;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 21296fc32..c3cd04591 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Install dependencies run: | - brew update + brew update || true for PACKAGE in pkg-config argon2 gnutls libmaxminddb libpq mbedtls mysql-client openssl@1.1 pcre re2 sqlite tre; do brew install $PACKAGE || brew upgrade $PACKAGE