Skip to content

Commit b47487b

Browse files
committed
update rust part of build.yml
1 parent 95ca145 commit b47487b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
with:
2929
targets: wasm32-wasip1
3030

31+
- name: Verify Rust targets
32+
run: |
33+
rustup target list --installed
34+
rustup target add wasm32-wasip1 --toolchain stable
35+
3136
- name: Get yarn cache
3237
id: yarn-cache
3338
run: echo "::set-output name=dir::$(yarn cache dir)"

0 commit comments

Comments
 (0)