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 bc218e1 commit 630b241Copy full SHA for 630b241
.github/workflows/emscripten.yml
@@ -716,9 +716,8 @@ jobs:
716
./emsdk/emsdk activate ${{matrix.emsdk_ver}}
717
source ./emsdk/emsdk_env.sh
718
micromamba activate CppInterOp-wasm
719
- git clone https://github.com/compiler-research/xeus-cpp.git
+ git clone https://github.com/mcbarton/xeus-cpp.git
720
cd ./xeus-cpp
721
- git reset --hard HEAD~1
722
mkdir build
723
pushd build
724
export CMAKE_PREFIX_PATH=${{ env.PREFIX }}
0 commit comments