From 491e5647bf7a16c6f09a5d185308750832cc58a7 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 18 Oct 2021 13:22:40 -0400 Subject: [PATCH] Force fresh cargo cache key in CI (#839) --- .github/workflows/rust.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 67e164baec28..f981986ee322 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -46,7 +46,7 @@ jobs: # these represent dependencies downloaded by cargo # and thus do not depend on the OS, arch nor rust version. path: /github/home/.cargo - key: cargo-cache- + key: cargo-cache2- - name: Cache Rust dependencies uses: actions/cache@v2 with: @@ -91,7 +91,7 @@ jobs: with: path: /github/home/.cargo # this key equals the ones on `linux-build-lib` for re-use - key: cargo-cache- + key: cargo-cache2- - name: Cache Rust dependencies uses: actions/cache@v2 with: @@ -148,7 +148,7 @@ jobs: with: path: /github/home/.cargo # this key equals the ones on `linux-build-lib` for re-use - key: cargo-cache- + key: cargo-cache2- - name: Cache Rust dependencies uses: actions/cache@v2 with: @@ -223,7 +223,7 @@ jobs: with: path: /github/home/.cargo # this key equals the ones on `linux-build-lib` for re-use - key: cargo-cache- + key: cargo-cache2- - name: Cache Rust dependencies uses: actions/cache@v2 with: @@ -320,7 +320,7 @@ jobs: with: path: /github/home/.cargo # this key equals the ones on `linux-build-lib` for re-use - key: cargo-cache- + key: cargo-cache2- - name: Cache Rust dependencies uses: actions/cache@v2 with: @@ -361,7 +361,7 @@ jobs: with: path: /github/home/.cargo # this key equals the ones on `linux-build-lib` for re-use - key: cargo-cache- + key: cargo-cache2- - name: Cache Rust dependencies uses: actions/cache@v2 with: