We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8531f71 commit 105d4afCopy full SHA for 105d4af
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
~/.cargo/registry
34
**/Cargo.lock
35
**/bindings/rust/target
36
- key: ${{ runner.os }}-cargo-${{ steps.get-date.outputs.date }}
+ key: ${{ runner.os }}-${{ runner.arch }}-cargo-${{ steps.get-date.outputs.date }}
37
38
- name: Environment
39
shell: bash
0 commit comments