Skip to content

Commit b9f85af

Browse files
weihanglopetrochenkov
authored andcommitted
ci: ensure wasm32-unknown-unknown be buildable
1 parent 7b96b41 commit b9f85af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
env:
3737
MAKE: /usr/local/bin/make-4.4.1
3838

39+
- name: Ensure wasm32-unknown-unknown be buildable
40+
if: matrix.os == 'ubuntu-latest'
41+
shell: bash
42+
run: |
43+
rustup target add wasm32-unknown-unknown
44+
cargo build --locked --target wasm32-unknown-unknown
45+
3946
test_musl:
4047
name: Test (stable, alpine-latest)
4148
container: rust:alpine

0 commit comments

Comments
 (0)