cd.yaml: fix cache ids
This commit is contained in:
parent
8bdaa85518
commit
caae3199db
@ -19,7 +19,7 @@ jobs:
|
|||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
- name: Save cached toolchain
|
- name: Save cached toolchain
|
||||||
id: cache-toolchain
|
id: cache-toolchain-save
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
- run: cargo build --release --target x86_64-unknown-linux-gnu
|
- run: cargo build --release --target x86_64-unknown-linux-gnu
|
||||||
- run: cargo test
|
- run: cargo test
|
||||||
- name: Save cached cargo dependencies
|
- name: Save cached cargo dependencies
|
||||||
id: cache-toolchain
|
id: cache-project-dependencies-restore
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user