]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
GitHub Actions: ensure that all packages are up to date on macOS.
authorSadie Powell <sadie@witchery.services>
Sat, 15 Feb 2020 03:53:16 +0000 (03:53 +0000)
committerSadie Powell <sadie@witchery.services>
Sat, 15 Feb 2020 04:30:28 +0000 (04:30 +0000)
This ensures that Homebrew does not explode when installing new
packages because thats apparently a challenge for it.

.github/workflows/ci-macos.yml

index 4521fea312ab6007d23b8382339f589643886ab6..529f5dea82449352054aafecb53c38c417eac573 100644 (file)
@@ -15,6 +15,7 @@ jobs:
       - name: Install dependencies
         run: |
           brew update
+          brew upgrade
           brew install pkg-config gnutls libmaxminddb libpq mbedtls mysql-client openssl@1.1 pcre re2 sqlite3 tre
           brew link --force --overwrite libpq
           brew link --force --overwrite mysql-client