diff options
author | Sadie Powell <sadie@witchery.services> | 2020-02-02 17:07:34 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-02-02 17:43:58 +0000 |
commit | fda43fc0ff5ecf87d877cc341961c9da4affae76 (patch) | |
tree | 58cb53f97e4cdcad87a79e63df14ae18409b771d /.github | |
parent | c2769b58d233225f8a411532d7e73a578e1ef1f0 (diff) |
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.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-macos.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |