diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56d334769..468218913 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,8 +92,8 @@ jobs: target/*/.* target/*/build target/*/deps - key: cargo-cache-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} - restore-keys: cargo-cache-${{ runner.os }}- + key: cargo-cache-a-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} + restore-keys: cargo-cache-a-${{ runner.os }}- - name: Install rust uses: hecrj/setup-rust-action@v1 |
