From a018818635ab72618c42a751ecd5fb02a1cdcda0 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 15 Feb 2020 03:53:16 +0000 Subject: GitHub Actions: ensure that all packages are up to date on macOS. This ensures that Homebrew does not explode when installing new packages because thats apparently a challenge for it. --- .github/workflows/ci-macos.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 4521fea31..529f5dea8 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -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 -- cgit v1.2.3