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: |