Skip to content

Commit

Permalink
ci: change cache key for macOS sccache
Browse files Browse the repository at this point in the history
In hopes that it yields cache hits.
  • Loading branch information
indygreg committed Jan 3, 2021
1 parent 2f909b0 commit e40c9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-sccache-${{ hashFiles('Cargo.lock') }}
key: ${{ runner.os }}-sccache-${{ hashFiles('Cargo.lock') }}-0

- name: Build sccache
run: |
Expand Down

0 comments on commit e40c9c7

Please sign in to comment.