Skip to content

Commit 12ce7dd

Browse files
authored
Update emscripten.yml
1 parent aa52d48 commit 12ce7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)