We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41c72f commit 83348c9Copy full SHA for 83348c9
.github/workflows/emscripten.yml
@@ -933,8 +933,9 @@ jobs:
933
.\emsdk\emsdk activate ${{matrix.emsdk_ver}}
934
.\emsdk\emsdk_env.ps1
935
micromamba activate CppInterOp-wasm
936
- git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
+ git clone --depth=1 https://github.com/mcbarton/xeus-cpp.git
937
cd .\xeus-cpp
938
+ git checkout Enable-Windows-Emscripten-build
939
mkdir build
940
pushd build
941
$env:CMAKE_PREFIX_PATH=${{ env.PREFIX }}
0 commit comments