diff options
Diffstat (limited to '.github/workflows/ci.yml')
-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 1ad068ed5..611608903 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,9 +175,9 @@ jobs: ~/.cargo/registry ./target key: - ${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }} + a-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }} restore-keys: | - ${{ matrix.os }}-${{ matrix.kind }}- + a-${{ matrix.os }}-${{ matrix.kind }}- - name: Apply and update mtime cache uses: ./.github/mtime_cache |