File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
actions/spin-ci-dependencies Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9595 rustup default ${{ inputs.rust-version }}
9696
9797 - name : " Install Wasm Rust target"
98- run : rustup target add wasm32-wasi && rustup target add wasm32-unknown-unknown
98+ run : rustup target add wasm32-wasi && rustup target add wasm32-wasip1 &&rustup target add wasm32- unknown-unknown
9999 if : ${{ inputs.rust-wasm == 'true' }}
100100 shell : bash
101101
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 run : rustup target add --toolchain ${{ env.RUST_VERSION }} ${{ matrix.config.target }}
104104
105105 - name : " Install Wasm Rust target"
106- run : rustup target add wasm32-wasi --toolchain ${{ env.RUST_VERSION }} && rustup target add wasm32-unknown-unknown --toolchain ${{ env.RUST_VERSION }}
106+ run : rustup target add wasm32-wasi --toolchain ${{ env.RUST_VERSION }} && rustup target add wasm32-wasip1 --toolchain ${{ env.RUST_VERSION }} && rustup target add wasm32- unknown-unknown --toolchain ${{ env.RUST_VERSION }}
107107
108108 - name : setup for cross-compiled linux aarch64 build
109109 if : matrix.config.target == 'aarch64-unknown-linux-gnu'
You can’t perform that action at this time.
0 commit comments