diff options
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d20b226..0e332bdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,8 +38,8 @@ jobs: with: path: ~/.cargo/registry/index key: index-${{ runner.os }}-${{ github.run_number }} - restore-keys: - - index-${{ runner.os }}- + restore-keys: | + index-${{ runner.os }}- - name: Create lockfile run: cargo generate-lockfile - name: Cache cargo registry @@ -72,8 +72,8 @@ jobs: with: path: ~/.cargo/registry/index key: index-${{ runner.os }}-${{ github.run_number }} - restore-keys: - - index-${{ runner.os }}- + restore-keys: | + index-${{ runner.os }}- - name: Create lockfile run: cargo generate-lockfile - name: Cache cargo registry |