Skip to content

Commit c289b48

Browse files
fixup-matrix
1 parent 3848073 commit c289b48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Install wasm tools
4646
run: |
4747
rustup component add rustfmt
48-
cargo install wasm-pack --version 0.13.1
49-
cargo install wasm-opt --version 0.116.1
48+
cargo install wasm-pack --version 0.13.1 --force
49+
cargo install wasm-opt --version 0.116.1 --force
5050
5151
- name: Setup node ${{ matrix.node-version }}
5252
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)