Skip to content

Commit b5ac2dc

Browse files
committed
retry
Signed-off-by: clux <[email protected]>
1 parent d885893 commit b5ac2dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ jobs:
239239
target
240240
~/.cargo/registry
241241
~/.cargo/git
242-
key: docker-cargo-${{matrix.tls}}-${{ hashFiles('**/Cargo.toml', 'e2e/Dockerfile') }}
242+
key: docker-cargo3-${{matrix.tls}}-${{ hashFiles('**/Cargo.toml', 'e2e/Dockerfile') }}
243243
restore-keys: |
244-
docker-cargo-${{matrix.tls}}-
244+
docker-cargo3-${{matrix.tls}}-
245245
- name: Create folders on cache miss
246246
run: mkdir -p ~/.cargo/{git,registry} && mkdir -p target
247247

0 commit comments

Comments
 (0)