mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge #2952
2952: Ignore brew update constantly failing (fixes #2950) r=heinrich5991 a=def- Co-authored-by: def <dennis@felsin9.de>
This commit is contained in:
commit
6beab4a42b
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