Skip to content

Commit

Permalink
dev: ci install wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGreenMagick committed Apr 15, 2024
1 parent 4c72d37 commit f44b33c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
runs-on: macos-latest
runs-on: windows-latest
timeout-minutes: 15
name: "Lint, Test, Build web extension"
steps:
Expand All @@ -30,6 +30,9 @@ jobs:
- name: Install cargo
run: rustup toolchain install stable

- name: Install wasm-pack
run: pnpm add -g wasm-pack

- name: Construct
run: pnpm run construct:all

Expand Down

0 comments on commit f44b33c

Please sign in to comment.