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 c90b124 commit 7b43ba8Copy full SHA for 7b43ba8
.github/workflows/shared-zerv-versioning.yml
@@ -97,6 +97,7 @@ jobs:
97
~/.cargo/git/db/
98
key: cargo-zerv-${{ runner.os }}-${{ inputs.zerv_version || 'latest' }}
99
restore-keys: |
100
+ cargo-zerv-${{ runner.os }}-${{ inputs.zerv_version || 'latest' }}-
101
cargo-zerv-${{ runner.os }}-
102
103
- name: Install zerv
@@ -280,5 +281,5 @@ jobs:
280
281
~/.cargo/registry/index/
282
~/.cargo/registry/cache/
283
- key: ${{ steps.cache-zerv.outputs.cache-primary-key }}
284
+ key: ${{ steps.cache-zerv.outputs.cache-primary-key }}-${{ github.run_id }}
285
# key: cargo-zerv-${{ runner.os }}-${{ inputs.zerv_version || 'latest' }}
0 commit comments