We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fca00 commit c0a99b7Copy full SHA for c0a99b7
.github/workflows/test.yml
@@ -121,7 +121,8 @@ jobs:
121
- run: |
122
set -euxo pipefail
123
export RUST_BACKTRACE=1
124
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
+ curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf \
125
+ | bash --noprofile --norc
126
wasm-pack --version
127
shell: bash
128
- run: cargo build --target ${{ matrix.target }} --color=always
0 commit comments