mirror of
https://github.com/fluencelabs/registry.git
synced 2025-05-29 08:51:21 +00:00
fix ci config
This commit is contained in:
parent
3d2f7239ea
commit
3a9bf79642
@ -21,6 +21,13 @@ jobs:
|
|||||||
rustup target add wasm32-wasi
|
rustup target add wasm32-wasi
|
||||||
cargo +nightly install marine
|
cargo +nightly install marine
|
||||||
./build.sh
|
./build.sh
|
||||||
|
- persist_to_workspace:
|
||||||
|
# Must be an absolute path, or relative path from working_directory.
|
||||||
|
# This is a directory on the container which is taken to be the root directory of the workspace.
|
||||||
|
root: .
|
||||||
|
# Must be relative path from root
|
||||||
|
paths:
|
||||||
|
- artifacts/
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ~/.cargo
|
- ~/.cargo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user