Skip to content

Commit 6e97468

Browse files
committed
One more place to install the wasip2 Rust target
Signed-off-by: Till Schneidereit <[email protected]>
1 parent 1f81ab8 commit 6e97468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/spin-ci-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ runs:
9595
rustup default ${{ inputs.rust-version }}
9696
9797
- name: "Install Wasm Rust target"
98-
run: rustup target add wasm32-wasip1 wasm32-unknown-unknown
98+
run: rustup target add wasm32-wasip1 wasm32-wasip2 wasm32-unknown-unknown
9999
if: ${{ inputs.rust-wasm == 'true' }}
100100
shell: bash
101101

0 commit comments

Comments
 (0)