]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .github/workflows/ci-macos.yml
Allow `brew update` to fail when running the macOS CI.
[user/henk/code/inspircd.git] / .github / workflows / ci-macos.yml
index 21296fc32ec0889fedcde99c5a1254406336050a..c3cd04591d2a6b655a314d75657393ea2283d885 100644 (file)
@@ -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