Skip to content

Commit

Permalink
the best installation strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Apr 17, 2024
1 parent 97acff8 commit 146fbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasm-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install wasm target
run: rustup target add wasm32-unknown-unknown
- name: Install wasm-pack
run: cargo install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Install npm dependencies
run: npm install
- name: Check Prettier
Expand Down

0 comments on commit 146fbc4

Please sign in to comment.