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:
954954 -DCMAKE_INSTALL_PREFIX=${{ env.PREFIX }} `
955955 -DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON `
956956 -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 }} `
958958 -DSYSROOT_PATH=${{ env.SYSROOT_PATH }} `
959959 ..
960960 emmake make -j ${{ env.ncpus }} install
@@ -975,7 +975,7 @@ jobs:
975975 $ErrorActionPreference = "Stop"
976976 micromamba activate CppInterOp-wasm
977977 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
979979
980980 - name : Jupyter Lite integration
981981 if : ${{ runner.os != 'windows' }}
You can’t perform that action at this time.
0 commit comments