Browse Source

ccache needs to be executable

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

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

@@ -56,6 +56,7 @@ jobs:
         if: runner.os == 'macOS'
         run: |
           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