Browse Source

dont use brew; download binary from github

Alec Jacobson 2 years ago
parent
commit
83c8e31cfb
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/continuous.yml

+ 1 - 2
.github/workflows/continuous.yml

@@ -55,8 +55,7 @@ jobs:
       - name: Dependencies (macOS)
         if: runner.os == 'macOS'
         run: |
-          brew update
-          brew install ccache
+          curl -o /usr/local/bin/ccache "https://github.com/libigl/ccache-binaries/blob/main/macos_universal/bin/ccache?raw=true"
 
       - name: Cache Build
         id: cache-build