]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
CI: make the brew update temporarily optional. (#2092)
authorErik Scholz <redacted>
Mon, 3 Jul 2023 23:50:12 +0000 (01:50 +0200)
committerGitHub <redacted>
Mon, 3 Jul 2023 23:50:12 +0000 (01:50 +0200)
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

index b87ea76bc41eefb16ba146bbd35dec54fba7c0f3..aec43bd923bb5ecaec5cc0e7ad232e4d5738e428 100644 (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