Skip to content

Commit 83348c9

Browse files
authored
Debug Emscripten xeus-cpp Windows build
1 parent a41c72f commit 83348c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,9 @@ jobs:
933933
.\emsdk\emsdk activate ${{matrix.emsdk_ver}}
934934
.\emsdk\emsdk_env.ps1
935935
micromamba activate CppInterOp-wasm
936-
git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
936+
git clone --depth=1 https://github.com/mcbarton/xeus-cpp.git
937937
cd .\xeus-cpp
938+
git checkout Enable-Windows-Emscripten-build
938939
mkdir build
939940
pushd build
940941
$env:CMAKE_PREFIX_PATH=${{ env.PREFIX }}

0 commit comments

Comments
 (0)