install marine for CI

This commit is contained in:
vms 2021-09-03 19:47:42 +03:00
parent e054b689ad
commit f8ea28b0d3

View File

@ -24,6 +24,8 @@ jobs:
rustup component add clippy --toolchain nightly-2021-05-21 rustup component add clippy --toolchain nightly-2021-05-21
rustup target add wasm32-wasi rustup target add wasm32-wasi
cargo install marine
cargo fmt --all -- --check --color always cargo fmt --all -- --check --color always
cargo check -v --all-features cargo check -v --all-features