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