Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrose committed Oct 22, 2024
1 parent 94ac1f1 commit 267a636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 20.x
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo installl wasm-pack
- run: cargo install wasm-pack
- run: npm install
- run: xvfb-run -a npm test
if: runner.os == 'Linux'
Expand Down

0 comments on commit 267a636

Please sign in to comment.