From 0b5551cd09ae6f440349ecfeb598514748f7cd23 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sat, 16 Mar 2024 20:14:52 +0100 Subject: [PATCH] Mac CI: ignore brew warnings caused by multiple python installs that makes the run error out early --- .github/workflows/build_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |