Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
griccardos authored Aug 11, 2024
1 parent edfad0d commit eeded38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build
run: |
mkdir build
cargo install wasm-bindgen-cli
cargo install wasm-bindgen-cli wasm-pack
wasm-pack build --target web --out-dir build
cp html/index.html build/

0 comments on commit eeded38

Please sign in to comment.