Ignore brew update constantly failing (fixes #2950)

This commit is contained in:
def 2020-09-29 19:16:23 +02:00
parent 1a7eed4937
commit 47c15d99bf

View file

@ -68,7 +68,7 @@ jobs:
- name: Prepare MacOS
if: contains(matrix.os, 'macOS')
run: |
brew update
brew update || true
brew install pkg-config sdl2
brew upgrade freetype
sudo rm -rf /Library/Developer/CommandLineTools