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 95
95
rustup default ${{ inputs.rust-version }}
96
96
97
97
- 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
99
99
if : ${{ inputs.rust-wasm == 'true' }}
100
100
shell : bash
101
101
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
run : rustup target add --toolchain ${{ env.RUST_VERSION }} ${{ matrix.config.target }}
104
104
105
105
- 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 }}
107
107
108
108
- name : setup for cross-compiled linux aarch64 build
109
109
if : matrix.config.target == 'aarch64-unknown-linux-gnu'
You can’t perform that action at this time.
0 commit comments