Skip to content

Commit b00ace0

Browse files
authored
Re-enable wasi on CI (#888)
Should be fixed after landing rust-lang/rust#75316
1 parent c432e4f commit b00ace0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- mips64-unknown-linux-gnuabi64
7878
- mips64el-unknown-linux-gnuabi64
7979
- s390x-unknown-linux-gnu
80-
#- wasm32-wasi
80+
- wasm32-wasi
8181
- i586-unknown-linux-gnu
8282
- x86_64-linux-android
8383
- arm-linux-androideabi
@@ -129,8 +129,8 @@ jobs:
129129
disable_assert_instr: true
130130
- target: s390x-unknown-linux-gnu
131131
os: ubuntu-latest
132-
#- target: wasm32-wasi
133-
# os: ubuntu-latest
132+
- target: wasm32-wasi
133+
os: ubuntu-latest
134134
- target: aarch64-unknown-linux-gnu
135135
os: ubuntu-latest
136136
- target: x86_64-apple-darwin

0 commit comments

Comments
 (0)