Skip to content

Commit e40c9c7

Browse files
committed
ci: change cache key for macOS sccache
In hopes that it yields cache hits.
1 parent 2f909b0 commit e40c9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
~/.cargo/registry
3030
~/.cargo/git
3131
target
32-
key: ${{ runner.os }}-sccache-${{ hashFiles('Cargo.lock') }}
32+
key: ${{ runner.os }}-sccache-${{ hashFiles('Cargo.lock') }}-0
3333

3434
- name: Build sccache
3535
run: |

0 commit comments

Comments
 (0)