Skip to content

Commit 698efad

Browse files
authored
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 actions/runner-images#7710
1 parent 14a2cc7 commit 698efad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111

112112
- name: Dependencies
113113
id: depends
114+
continue-on-error: true
114115
run: |
115116
brew update
116117
@@ -129,6 +130,7 @@ jobs:
129130

130131
- name: Dependencies
131132
id: depends
133+
continue-on-error: true
132134
run: |
133135
brew update
134136

0 commit comments

Comments
 (0)