|
19 | 19 |
|
20 | 20 | env: |
21 | 21 | CARGO_TERM_COLOR: always |
22 | | - CARGO_COMPONENT_VERSION: 0.14.0 |
23 | | - RUST_VERSION: "1.80" |
| 22 | + CARGO_COMPONENT_VERSION: 0.21.1 |
| 23 | + RUST_VERSION: "1.86" |
24 | 24 | WASI_SDK_VERSION: "22.0" |
25 | 25 | WASI_SDK_RELEASE: wasi-sdk-22 |
26 | 26 |
|
|
35 | 35 | rustup toolchain install ${{ env.RUST_VERSION }} --component clippy --component rustfmt |
36 | 36 | rustup default ${{ env.RUST_VERSION }} |
37 | 37 | - name: Install Wasm Rust target |
38 | | - run: rustup target add wasm32-wasip1 && rustup target add wasm32-wasi && rustup target add wasm32-unknown-unknown |
| 38 | + run: rustup target add wasm32-wasip1 && rustup target add wasm32-unknown-unknown |
39 | 39 | - name: Install cargo-component |
40 | 40 | uses: baptiste0928/cargo-install@v3 |
41 | 41 | with: |
|
75 | 75 | rustup toolchain install ${{ env.RUST_VERSION }} --component clippy --component rustfmt --no-self-update |
76 | 76 | rustup default ${{ env.RUST_VERSION }} |
77 | 77 | - name: "Install Wasm Rust target" |
78 | | - run: rustup target add wasm32-wasip1 && rustup target add wasm32-wasi && rustup target add wasm32-unknown-unknown |
| 78 | + run: rustup target add wasm32-wasip1 && rustup target add wasm32-unknown-unknown |
79 | 79 | - name: Install cargo-component |
80 | 80 | uses: baptiste0928/cargo-install@v3 |
81 | 81 | with: |
@@ -108,7 +108,7 @@ jobs: |
108 | 108 | rustup toolchain install ${{ env.RUST_VERSION }} --component clippy --component rustfmt --no-self-update |
109 | 109 | rustup default ${{ env.RUST_VERSION }} |
110 | 110 | - name: "Install Wasm Rust target" |
111 | | - run: rustup target add wasm32-wasip1 && rustup target add wasm32-wasi && rustup target add wasm32-unknown-unknown |
| 111 | + run: rustup target add wasm32-wasip1 && rustup target add wasm32-unknown-unknown |
112 | 112 | - name: Install cargo-component |
113 | 113 | uses: baptiste0928/cargo-install@v3 |
114 | 114 | with: |
|
0 commit comments