cd.yaml: fix names for save/restore rust toolchain
This commit is contained in:
parent
633ef93583
commit
11267704c0
@ -6,7 +6,7 @@ jobs:
|
|||||||
name: cargo build
|
name: cargo build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Restore cached Primes
|
- name: Restore cached toolchain
|
||||||
id: cache-toolchain
|
id: cache-toolchain
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
@ -18,7 +18,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
- uses: actions/cache/save@v4
|
- name: Save cached toolchain
|
||||||
|
id: cache-toolchain
|
||||||
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.rustup/toolchains
|
~/.rustup/toolchains
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user