From: Erik Scholz Date: Mon, 3 Jul 2023 23:50:12 +0000 (+0200) Subject: CI: make the brew update temporarily optional. (#2092) X-Git-Tag: gguf-v0.4.0~526 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=698efad5fbbf326f01288649b123eff5f79b417e;p=pkg%2Fggml%2Fsources%2Fllama.cpp 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 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b87ea76b..aec43bd9 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