cd.yaml: fix rust toolchain cache restore paths
All checks were successful
Build && Deploy / cargo build (push) Successful in 52s
All checks were successful
Build && Deploy / cargo build (push) Successful in 52s
This commit is contained in:
parent
12d97b2197
commit
d0cf2fd1b7
@ -11,7 +11,8 @@ jobs:
|
|||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.rustup/toolchains
|
~/.rustup
|
||||||
|
~/.cargo
|
||||||
key: linux-rust-toolchainv2
|
key: linux-rust-toolchainv2
|
||||||
- name: Install minimal stable with clippy and rustfmt
|
- name: Install minimal stable with clippy and rustfmt
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user