Skip to content

Commit f13890c

Browse files
authored
Merge pull request #1070 from itowlson/pin-rust-even-more
Fix WASI target install for pinned Rust
2 parents 813a3f4 + 6ce389f commit f13890c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ jobs:
7474
OS=$(echo "${{ runner.os }}" | tr '[:upper:]' '[:lower:]')
7575
echo "RUNNER_OS=$OS" >> $GITHUB_ENV
7676
77-
- name: "Install Wasm Rust target"
78-
run: rustup target add wasm32-wasi
79-
8077
- name: Install Rust toolchain
8178
uses: actions-rs/toolchain@v1
8279
with:
8380
toolchain: 1.66
8481
default: true
8582
target: ${{ matrix.config.target }}
8683

84+
- name: "Install Wasm Rust target"
85+
run: rustup target add wasm32-wasi --toolchain 1.66
86+
8787
- name: setup for cross-compiled linux aarch64 build
8888
if: matrix.config.target == 'aarch64-unknown-linux-gnu'
8989
run: |

0 commit comments

Comments
 (0)