diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2dd76cafe..cdd1c5519 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -147,7 +147,7 @@ jobs: uses: actions/cache@v2 with: path: ${{ github.workspace }}/concrete/target - key: concrete-compiler-concrete-lib-${{ steps.concretelib-hash.outputs.COMMIT_SHA }} + key: ${{ runner.os }}-concrete-lib-${{ steps.concretelib-hash.outputs.COMMIT_SHA }} - name: Install Deps run: | @@ -163,7 +163,7 @@ jobs: uses: actions/cache@v2 with: path: /Users/runner/Library/Caches/ccache - key: ${{ runner.os }}-compilation-cache-$GITHUB_SHA + key: ${{ runner.os }}-compilation-cache-${{ env.GITHUB_SHA }} - name: Cache compilation (pull_request) if: github.event_name == 'pull_request'