fix(ci): wrong formatting
This commit is contained in:
parent
f95af8a0b8
commit
d48ac9db62
1 changed files with 2 additions and 3 deletions
|
|
@ -9,9 +9,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
cache-name: cache-cargo-build
|
cache-name: cache-cargo-build
|
||||||
with:
|
with:
|
||||||
path:
|
path: | target/debug
|
||||||
| target/debug
|
| ~/.cargo/registry
|
||||||
| ~/.cargo/registry
|
|
||||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/libalexandria.rlib') }}
|
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/libalexandria.rlib') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-build-${{ env.cache-name }}-
|
${{ runner.os }}-build-${{ env.cache-name }}-
|
||||||
|
|
|
||||||
Reference in a new issue