aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorErik Scholz <Green-Sky@users.noreply.github.com>2023-07-04 01:50:12 +0200
committerGitHub <noreply@github.com>2023-07-04 01:50:12 +0200
commit698efad5fbbf326f01288649b123eff5f79b417e (patch)
tree1cc45e7c6763e2a767b218135295920aa70cf4d7 /.github
parent14a2cc71f62e45803ae70890ffbdeb0a172e6210 (diff)
CI: make the brew update temporarily optional. (#2092)
until they decide to fix the brew installation in the macos runners. see the open issues. eg https://github.com/actions/runner-images/pull/7710
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b87ea76..aec43bd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -111,6 +111,7 @@ jobs:
- name: Dependencies
id: depends
+ continue-on-error: true
run: |
brew update
@@ -129,6 +130,7 @@ jobs:
- name: Dependencies
id: depends
+ continue-on-error: true
run: |
brew update