fix syntax

This commit is contained in:
Steven Fackler 2020-05-25 17:56:04 -07:00
parent 8909396836
commit 63928bdaaf
1 changed files with 4 additions and 4 deletions

View File

@ -38,8 +38,8 @@ jobs:
with: with:
path: ~/.cargo/registry/index path: ~/.cargo/registry/index
key: index-${{ runner.os }}-${{ github.run_number }} key: index-${{ runner.os }}-${{ github.run_number }}
restore-keys: restore-keys: |
- index-${{ runner.os }}- index-${{ runner.os }}-
- name: Create lockfile - name: Create lockfile
run: cargo generate-lockfile run: cargo generate-lockfile
- name: Cache cargo registry - name: Cache cargo registry
@ -72,8 +72,8 @@ jobs:
with: with:
path: ~/.cargo/registry/index path: ~/.cargo/registry/index
key: index-${{ runner.os }}-${{ github.run_number }} key: index-${{ runner.os }}-${{ github.run_number }}
restore-keys: restore-keys: |
- index-${{ runner.os }}- index-${{ runner.os }}-
- name: Create lockfile - name: Create lockfile
run: cargo generate-lockfile run: cargo generate-lockfile
- name: Cache cargo registry - name: Cache cargo registry