Skip to content

Commit ebe0527

Browse files
authored
Update deploy-pages.yml to install xeus-cpp kernel (#383)
1 parent 827d2df commit ebe0527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
180180
-DCppInterOp_DIR="${{ env.CPPINTEROP_BUILD_DIR }}/lib/cmake/CppInterOp" \
181181
..
182-
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }}
182+
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }} install
183183
184184
- name: Jupyter Lite integration
185185
shell: bash -l {0}

0 commit comments

Comments
 (0)