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 d885893 commit b5ac2dcCopy full SHA for b5ac2dc
.github/workflows/ci.yml
@@ -239,9 +239,9 @@ jobs:
239
target
240
~/.cargo/registry
241
~/.cargo/git
242
- key: docker-cargo-${{matrix.tls}}-${{ hashFiles('**/Cargo.toml', 'e2e/Dockerfile') }}
+ key: docker-cargo3-${{matrix.tls}}-${{ hashFiles('**/Cargo.toml', 'e2e/Dockerfile') }}
243
restore-keys: |
244
- docker-cargo-${{matrix.tls}}-
+ docker-cargo3-${{matrix.tls}}-
245
- name: Create folders on cache miss
246
run: mkdir -p ~/.cargo/{git,registry} && mkdir -p target
247
0 commit comments