Skip to content

Commit d9c39e7

Browse files
committed
Use --disable-pthread
1 parent 7600c8f commit d9c39e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-emscripten.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ jobs:
114114
--with-gmp=${{ env.WASM_LIBRARY_DIR }} \
115115
--with-mpfr=${{ env.WASM_LIBRARY_DIR }} \
116116
--host=wasm32-unknown-emscripten \
117-
--disable-assembly
117+
--disable-assembly \
118+
--disable-pthread
118119
emmake make -j $(nproc)
119120
emmake make install
120121

0 commit comments

Comments
 (0)