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 1f81ab8 commit 6e97468Copy full SHA for 6e97468
.github/actions/spin-ci-dependencies/action.yml
@@ -95,7 +95,7 @@ runs:
95
rustup default ${{ inputs.rust-version }}
96
97
- name: "Install Wasm Rust target"
98
- run: rustup target add wasm32-wasip1 wasm32-unknown-unknown
+ run: rustup target add wasm32-wasip1 wasm32-wasip2 wasm32-unknown-unknown
99
if: ${{ inputs.rust-wasm == 'true' }}
100
shell: bash
101
0 commit comments