CI: make the brew update temporarily optional.

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
This commit is contained in:
Green Sky 2023-07-04 01:35:39 +02:00
parent 1cf14ccef1
commit 20d4a48d72
No known key found for this signature in database

View file

@ -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