Skip to content

Commit

Permalink
.github/workflows/ci.yml: bump cache generation number.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Nov 8, 2020
1 parent 382a1f7 commit 41a7464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
~/.cargo/registry
**/Cargo.lock
**/bindings/rust/target
key: ${{ runner.os }}-cargo-4
restore-keys: ${{ runner.os }}-cargo-3
key: ${{ runner.os }}-cargo-5
restore-keys: ${{ runner.os }}-cargo-4

- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 41a7464

Please sign in to comment.