Skip to content

Commit

Permalink
Flip cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Apr 10, 2021
1 parent adcca12 commit af03846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -175,8 +175,9 @@ jobs:
~/.cargo/registry
./target
key:
cache-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
cache1-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
restore-keys:
cache-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
cache-${{ matrix.os }}-${{ matrix.kind }}-

- name: Apply and update mtime cache
Expand Down

0 comments on commit af03846

Please sign in to comment.