mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Ignore brew update constantly failing (fixes #2950)
This commit is contained in:
parent
1a7eed4937
commit
47c15d99bf
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue