Skip to content

Commit b20b3e3

Browse files
committed
tls as part of key earlier
Signed-off-by: clux <[email protected]>
1 parent 3ab1b38 commit b20b3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
target
235235
~/.cargo/registry
236236
~/.cargo/git
237-
key: docker-cargo2-${{ hashFiles('**/Cargo.toml', 'e2e/Dockerfile') }}-${{matrix.tls}}
237+
key: docker-cargo-${{matrix.tls}}-${{ hashFiles('**/Cargo.toml', 'e2e/Dockerfile') }}
238238
- name: Create folders on cache miss
239239
run: mkdir -p ~/.cargo/{git,registry}
240240

0 commit comments

Comments
 (0)