We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf784f commit a97c216Copy full SHA for a97c216
.github/workflows/ci.yaml
@@ -202,6 +202,7 @@ jobs:
202
- name: Release build
203
run: |
204
cd node/web
205
+ rustup component add rust-src rustfmt --toolchain nightly-x86_64-unknown-linux-gnu
206
cargo +nightly build --release --target wasm32-unknown-unknown
207
wasm-bindgen --keep-debug --web --out-dir pkg ../../target/wasm32-unknown-unknown/release/openmina_node_web.wasm
208
0 commit comments