diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 055bd2ef..50ae1261 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: - name: Build run: | source ./emsdk/emsdk_env.sh - emconfigure ./configure --without-cairo --without-opengl --without-x --disable-readline --target=asmjs-unknown-emscripten + emconfigure ./configure --without-cairo --without-opengl --without-x --disable-readline --disable-compression --target=asmjs-unknown-emscripten emmake make - name: archive wasm bundle uses: actions/upload-artifact@v4