summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2020-09-29 19:16:23 +0200
committerRobert Müller <robytemueller@gmail.com>2023-06-14 17:09:21 +0200
commit9049272ba2516c75308c417147d7d5e46f33d0e1 (patch)
tree2ff0ad9d48f1daaebb86b5a3f86a9e2d0447b172
parent33ee09d9e83578f514a3238382ad07b684a9830b (diff)
Ignore brew update constantly failing
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 7ff0f9361..7916b6ce9 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -52,7 +52,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