Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Dec 27, 2023
1 parent 7ef68d6 commit bebdd0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,10 @@ jobs:
if: steps.install_llvm.outcome == 'success' && steps.install_llvm.conclusion == 'success'
uses: dtolnay/rust-toolchain@stable

- name: Install wasm-pack
- name: Cargo install wasm-pack
run: cargo install wasm-pack

- name: Cargo install trunk
run: cargo install trunk

- name: Add wasm32 target
Expand Down

0 comments on commit bebdd0a

Please sign in to comment.