fix ci config

This commit is contained in:
Alexey Proshutinskiy 2021-05-11 19:19:18 +03:00
parent 3d2f7239ea
commit 3a9bf79642

View File

@ -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