Skip to content

Commit

Permalink
Auto merge of #2532 - JohnTitor:restore-keys, r=jtgeibel
Browse files Browse the repository at this point in the history
Correct actions syntax

r? @jtgeibel
  • Loading branch information
bors committed May 26, 2020
2 parents 40425d6 + 3025e85 commit 44f5639
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
with:
path: ~/.cargo/registry/cache
key: ${{ runner.os }}-cargo-registry-cache-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
restore-key: |
restore-keys: |
${{ runner.os }}-cargo-registry-cache-${{ matrix.rust }}-
${{ runner.os }}-cargo-registry-cache-
Expand All @@ -112,7 +112,7 @@ jobs:
with:
path: ~/.cargo/registry/index
key: ${{ runner.os }}-cargo-registry-index-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
restore-key: |
restore-keys: |
${{ runner.os }}-cargo-registry-index-${{ matrix.rust }}-
${{ runner.os }}-cargo-registry-index-
Expand All @@ -122,7 +122,7 @@ jobs:
with:
path: ~/.cargo/git/db
key: ${{ runner.os }}-cargo-git-db-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
restore-key: |
restore-keys: |
${{ runner.os }}-cargo-git-db-${{ matrix.rust }}-
${{ runner.os }}-cargo-git-db-
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ steps.rustc.outputs.version }}-${{ hashFiles('**/Cargo.lock') }}
restore-key: |
restore-keys: |
${{ runner.os }}-cargo-build-target-${{ steps.rustc.outputs.version }}-
- name: Cargo clean on new rustc version
Expand Down

0 comments on commit 44f5639

Please sign in to comment.