Skip to content
Snippets Groups Projects
Verified Commit 536b7809 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: nightly execution

parent 73e6365f
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ jobs:
- run: rustc --version
- run: cargo fmt --all -- --check
- run: cargo clippy -- -D warnings -A unknown-lints
if: matrix.rust-version == 'nightly'
if: matrix.rust-version != 'nightly'
- run: cargo build
- run: cargo build --release
build-wasm:
......@@ -57,7 +57,7 @@ jobs:
- run: rustc --version
- run: cargo fmt --all -- --check
- run: cargo clippy -- -D warnings -A unknown-lints
if: matrix.rust-version == 'nightly'
if: matrix.rust-version != 'nightly'
- run: cargo install wasm-pack
- run: wasm-pack build --release --target=web --out-dir=frontends/web/lib -- --features wasm
- run: apt-get update && apt-get install -y -q nodejs npm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment