aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sadie Powell2020-02-02 17:07:34 +0000
committerGravatar Sadie Powell2020-02-02 17:43:58 +0000
commitfda43fc0ff5ecf87d877cc341961c9da4affae76 (patch)
tree58cb53f97e4cdcad87a79e63df14ae18409b771d
parentFix being able to see the modes of private/secret channels. (diff)
downloadinspircd++-fda43fc0ff5ecf87d877cc341961c9da4affae76.tar.gz
inspircd++-fda43fc0ff5ecf87d877cc341961c9da4affae76.tar.bz2
inspircd++-fda43fc0ff5ecf87d877cc341961c9da4affae76.zip
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.
-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