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 3ab1b38 commit b20b3e3Copy full SHA for b20b3e3
.github/workflows/ci.yml
@@ -234,7 +234,7 @@ jobs:
234
target
235
~/.cargo/registry
236
~/.cargo/git
237
- key: docker-cargo2-${{ hashFiles('**/Cargo.toml', 'e2e/Dockerfile') }}-${{matrix.tls}}
+ key: docker-cargo-${{matrix.tls}}-${{ hashFiles('**/Cargo.toml', 'e2e/Dockerfile') }}
238
- name: Create folders on cache miss
239
run: mkdir -p ~/.cargo/{git,registry}
240
0 commit comments