mirror of
https://github.com/fluencelabs/marine-rs-sdk
synced 2025-03-15 22:30:50 +00:00
adjust caching
This commit is contained in:
parent
e819139537
commit
8ca4b17ff9
@ -10,9 +10,8 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- backendsdk01-{{ checksum "backend-sdk/Cargo.toml" }}
|
- backendsdk01-{{ checksum "Cargo.toml" }}
|
||||||
- run: | #TODO: enable 'stable' and 'beta' once `allocator_api` becomes stable
|
- run: | #TODO: enable 'stable' and 'beta' once `allocator_api` becomes stable
|
||||||
cd backend-sdk/
|
|
||||||
rustup toolchain install nightly-2019-09-23
|
rustup toolchain install nightly-2019-09-23
|
||||||
rustup default nightly-2019-09-23
|
rustup default nightly-2019-09-23
|
||||||
rustup override set nightly-2019-09-23
|
rustup override set nightly-2019-09-23
|
||||||
@ -27,7 +26,7 @@ jobs:
|
|||||||
paths:
|
paths:
|
||||||
- ~/.cargo
|
- ~/.cargo
|
||||||
- ~/.rustup
|
- ~/.rustup
|
||||||
key: backendsdk01-{{ checksum "backend-sdk/Cargo.toml" }}
|
key: backendsdk01-{{ checksum "Cargo.toml" }}
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user