Skip to content

Commit 105d4af

Browse files
committed
.github/workflows/ci.yml: refine caching.
1 parent 8531f71 commit 105d4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
~/.cargo/registry
3434
**/Cargo.lock
3535
**/bindings/rust/target
36-
key: ${{ runner.os }}-cargo-${{ steps.get-date.outputs.date }}
36+
key: ${{ runner.os }}-${{ runner.arch }}-cargo-${{ steps.get-date.outputs.date }}
3737

3838
- name: Environment
3939
shell: bash

0 commit comments

Comments
 (0)