Skip to content

Commit 8e243ff

Browse files
committed
try fix action
1 parent 655eb9b commit 8e243ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/wasm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040

4141
- name: Build WASM app
4242
run: |
43+
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
4344
export RUSTUP_TOOLCHAIN=nightly
4445
wasm-pack build --out-dir www/pkg --target web --release --no-default-features --features "wasm-draw"
4546
wasm-opt -O3 --enable-bulk-memory --enable-nontrapping-float-to-int -o www/pkg/kalc_plot_bg.wasm www/pkg/kalc_plot_bg.wasm

0 commit comments

Comments
 (0)