File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -954,7 +954,7 @@ jobs:
954
954
-DCMAKE_INSTALL_PREFIX=${{ env.PREFIX }} `
955
955
-DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON `
956
956
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON `
957
- -DXEUS_CPP_RESOURCE_DIR=${{ env.LLVM_BUILD_DIR }}/ lib/ clang/ ${{ matrix.clang-runtime }} `
957
+ -DXEUS_CPP_RESOURCE_DIR=${{ env.LLVM_BUILD_DIR }}\ lib\ clang\ ${{ matrix.clang-runtime }} `
958
958
-DSYSROOT_PATH=${{ env.SYSROOT_PATH }} `
959
959
..
960
960
emmake make -j ${{ env.ncpus }} install
@@ -975,7 +975,7 @@ jobs:
975
975
$ErrorActionPreference = "Stop"
976
976
micromamba activate CppInterOp-wasm
977
977
cd .\xeus-cpp\build\test
978
- node test_xeus_cpp.js --report-failures --force-colors --reporter=junit
978
+ node test_xeus_cpp.js --report-failures --force-colors --success
979
979
980
980
- name : Jupyter Lite integration
981
981
if : ${{ runner.os != 'windows' }}
You can’t perform that action at this time.
0 commit comments