We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e9118 commit d4e9d74Copy full SHA for d4e9d74
.github/workflows/main.yml
@@ -230,7 +230,7 @@ jobs:
230
-DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON \
231
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
232
..
233
- EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }}
+ EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }} install
234
235
- name: Jupyter Lite integration
236
shell: bash -l {0}
0 commit comments