We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f909b0 commit e40c9c7Copy full SHA for e40c9c7
.github/workflows/macos.yml
@@ -29,7 +29,7 @@ jobs:
29
~/.cargo/registry
30
~/.cargo/git
31
target
32
- key: ${{ runner.os }}-sccache-${{ hashFiles('Cargo.lock') }}
+ key: ${{ runner.os }}-sccache-${{ hashFiles('Cargo.lock') }}-0
33
34
- name: Build sccache
35
run: |
0 commit comments