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 827d2df commit ebe0527Copy full SHA for ebe0527
.github/workflows/deploy-pages.yml
@@ -179,7 +179,7 @@ jobs:
179
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
180
-DCppInterOp_DIR="${{ env.CPPINTEROP_BUILD_DIR }}/lib/cmake/CppInterOp" \
181
..
182
- 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
183
184
- name: Jupyter Lite integration
185
shell: bash -l {0}
0 commit comments