Skip to content

Commit d4e9d74

Browse files
authored
Install kernel in prefix
1 parent 26e9118 commit d4e9d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
-DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON \
231231
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
232232
..
233-
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }}
233+
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }} install
234234
235235
- name: Jupyter Lite integration
236236
shell: bash -l {0}

0 commit comments

Comments
 (0)