diff options
| author | 2024-03-17 17:54:04 +0100 | |
|---|---|---|
| committer | 2024-03-17 17:54:04 +0100 | |
| commit | edd04706f76ed6eb3bb50abd9b94b5eee117c7d4 (patch) | |
| tree | eee0c463597c9607ad6fb8332311b3c34ac05103 /.github | |
| parent | Fix crash on undo; fix #2617 (#2618) (diff) | |
| download | KVIrc-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)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_macos.yml | 2 |
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: | |
