From fda43fc0ff5ecf87d877cc341961c9da4affae76 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 2 Feb 2020 17:07:34 +0000 Subject: Fix GitHub Actions building on macOS. For some reason Homebrew is imploding on upgrade and this is making our builds fail. Let's not upgrade for now. --- .github/workflows/ci-macos.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index ab16f5d56..f1fed7e82 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -14,7 +14,6 @@ jobs: - uses: actions/checkout@v2 - name: Install dependencies run: | - brew update brew install pkg-config gnutls libmaxminddb libpq mbedtls mysql-client openssl@1.1 pcre re2 sqlite3 tre brew link --force libpq brew link --force mysql-client -- cgit v1.2.3