From 698efad5fbbf326f01288649b123eff5f79b417e Mon Sep 17 00:00:00 2001 From: Erik Scholz Date: Tue, 4 Jul 2023 01:50:12 +0200 Subject: [PATCH] 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 --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b87ea76bc..aec43bd92 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