Skip to content

Commit 7b43ba8

Browse files
committed
ci: dev
1 parent c90b124 commit 7b43ba8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/shared-zerv-versioning.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
~/.cargo/git/db/
9898
key: cargo-zerv-${{ runner.os }}-${{ inputs.zerv_version || 'latest' }}
9999
restore-keys: |
100+
cargo-zerv-${{ runner.os }}-${{ inputs.zerv_version || 'latest' }}-
100101
cargo-zerv-${{ runner.os }}-
101102
102103
- name: Install zerv
@@ -280,5 +281,5 @@ jobs:
280281
~/.cargo/registry/index/
281282
~/.cargo/registry/cache/
282283
~/.cargo/git/db/
283-
key: ${{ steps.cache-zerv.outputs.cache-primary-key }}
284+
key: ${{ steps.cache-zerv.outputs.cache-primary-key }}-${{ github.run_id }}
284285
# key: cargo-zerv-${{ runner.os }}-${{ inputs.zerv_version || 'latest' }}

0 commit comments

Comments
 (0)