|
26 | 26 | # override: true # this is by default on |
27 | 27 | rustflags: "" |
28 | 28 | components: rustfmt |
| 29 | + target: wasm32-wasip1 |
29 | 30 | - name: Install Node.js 20.x |
30 | 31 | uses: actions/setup-node@v4 |
31 | 32 | with: |
|
99 | 100 | # override: true # this is by default on |
100 | 101 | rustflags: "" |
101 | 102 | components: rustfmt |
102 | | - target: ${{ matrix.target }} |
| 103 | + target: ${{ matrix.target }} wasm32-wasip1 |
103 | 104 | - name: Install Node.js ${{ matrix.node-version }} |
104 | 105 | uses: actions/setup-node@v4 |
105 | 106 | with: |
@@ -189,7 +190,7 @@ jobs: |
189 | 190 | # override: true # this is by default on |
190 | 191 | rustflags: "" |
191 | 192 | components: rustfmt |
192 | | - target: ${{ matrix.target }} |
| 193 | + target: ${{ matrix.target }} wasm32-wasip1 |
193 | 194 | - name: Install Python |
194 | 195 | uses: actions/setup-python@v5 |
195 | 196 | if: (matrix.python-version != 'fallback') |
@@ -264,6 +265,7 @@ jobs: |
264 | 265 | # override: true # this is by default on |
265 | 266 | rustflags: "" |
266 | 267 | components: rustfmt |
| 268 | + target: wasm32-wasip1 |
267 | 269 | - name: Install Python |
268 | 270 | uses: actions/setup-python@v5 |
269 | 271 | if: (matrix.python-version != 'fallback') |
@@ -618,7 +620,7 @@ jobs: |
618 | 620 | uses: actions-rust-lang/setup-rust-toolchain@v1 |
619 | 621 | with: |
620 | 622 | toolchain: nightly-2024-01-29 |
621 | | - target: ${{ matrix.target }} |
| 623 | + target: ${{ matrix.target }} wasm32-wasip1 |
622 | 624 | # override: true # this is by default on |
623 | 625 | rustflags: "" |
624 | 626 | components: rustfmt |
@@ -705,7 +707,7 @@ jobs: |
705 | 707 | uses: actions-rust-lang/setup-rust-toolchain@v1 |
706 | 708 | with: |
707 | 709 | toolchain: nightly-2024-01-29 |
708 | | - target: ${{ matrix.target }} |
| 710 | + target: ${{ matrix.target }} wasm32-wasip1 |
709 | 711 | # override: true # this is by default on |
710 | 712 | rustflags: "" |
711 | 713 | components: rustfmt |
|
0 commit comments