Skip to content

Commit

Permalink
Mac CI: ignore brew warnings caused by multiple python installs that …
Browse files Browse the repository at this point in the history
…makes the run error out early
  • Loading branch information
ctrlaltca committed Mar 16, 2024
1 parent b675a2e commit 0b5551c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0b5551c

Please sign in to comment.