We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3848073 commit c289b48Copy full SHA for c289b48
.github/workflows/ci.yml
@@ -45,8 +45,8 @@ jobs:
45
- name: Install wasm tools
46
run: |
47
rustup component add rustfmt
48
- cargo install wasm-pack --version 0.13.1
49
- cargo install wasm-opt --version 0.116.1
+ cargo install wasm-pack --version 0.13.1 --force
+ cargo install wasm-opt --version 0.116.1 --force
50
51
- name: Setup node ${{ matrix.node-version }}
52
uses: actions/setup-node@v3
0 commit comments