Skip to content

Commit a97c216

Browse files
committed
CI/build_wasm: add missing rust component
1 parent ebf784f commit a97c216

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ jobs:
202202
- name: Release build
203203
run: |
204204
cd node/web
205+
rustup component add rust-src rustfmt --toolchain nightly-x86_64-unknown-linux-gnu
205206
cargo +nightly build --release --target wasm32-unknown-unknown
206207
wasm-bindgen --keep-debug --web --out-dir pkg ../../target/wasm32-unknown-unknown/release/openmina_node_web.wasm
207208

0 commit comments

Comments
 (0)