summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-02-02 17:07:34 +0000
committerSadie Powell <sadie@witchery.services>2020-02-02 17:43:58 +0000
commitfda43fc0ff5ecf87d877cc341961c9da4affae76 (patch)
tree58cb53f97e4cdcad87a79e63df14ae18409b771d /.github
parentc2769b58d233225f8a411532d7e73a578e1ef1f0 (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.yml1
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