Compare commits

...
Author SHA1 Message Date
Alec Jacobson 4d8f58fdc9 ccache needs to be executable 2023-01-03 20:27:33 -05:00
Alec Jacobson 83c8e31cfb dont use brew; download binary from github 2023-01-03 20:23:58 -05:00
+2 -2
View File
@@ -55,8 +55,8 @@ 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"
chmod a+x /usr/local/bin/ccache
- name: Cache Build
id: cache-build