mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-25 02:02:14 +00:00
fix ci config
This commit is contained in:
parent
3d2f7239ea
commit
3a9bf79642
@ -21,6 +21,13 @@ jobs:
|
||||
rustup target add wasm32-wasi
|
||||
cargo +nightly install marine
|
||||
./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:
|
||||
paths:
|
||||
- ~/.cargo
|
||||
|
Loading…
x
Reference in New Issue
Block a user