aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ctrlaltca2024-03-17 17:54:04 +0100
committerGravatar GitHub2024-03-17 17:54:04 +0100
commitedd04706f76ed6eb3bb50abd9b94b5eee117c7d4 (patch)
treeeee0c463597c9607ad6fb8332311b3c34ac05103
parentFix crash on undo; fix #2617 (#2618) (diff)
downloadKVIrc-edd04706f76ed6eb3bb50abd9b94b5eee117c7d4.tar.gz
KVIrc-edd04706f76ed6eb3bb50abd9b94b5eee117c7d4.tar.bz2
KVIrc-edd04706f76ed6eb3bb50abd9b94b5eee117c7d4.zip
Mac CI: ignore brew warnings caused by multiple python installs that makes the run error out early (#2620)
-rw-r--r--.github/workflows/build_macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml
index c78c37dd5..2a443a697 100644
--- a/.github/workflows/build_macos.yml
+++ b/.github/workflows/build_macos.yml
@@ -33,7 +33,7 @@ jobs:
- name: Install other prerequisites
run: |
brew update
- brew install enchant openssl create-dmg --force-bottle
+ brew install enchant openssl create-dmg --force-bottle || true
- name: Configure CMake
run: |