File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -955,8 +955,9 @@ jobs:
955955 ./emsdk/emsdk activate ${{matrix.emsdk_ver}}
956956 source ./emsdk/emsdk_env.sh
957957 micromamba activate CppInterOp-wasm
958- git clone --depth=1 https://github.com/compiler-research /xeus-cpp.git
958+ git clone https://github.com/anutosh491 /xeus-cpp.git
959959 cd ./xeus-cpp
960+ git checkout wasm_eh
960961 mkdir build
961962 pushd build
962963 export CMAKE_PREFIX_PATH=${{ env.PREFIX }}
@@ -979,8 +980,9 @@ jobs:
979980 .\emsdk\emsdk activate ${{matrix.emsdk_ver}}
980981 .\emsdk\emsdk_env.ps1
981982 micromamba activate CppInterOp-wasm
982- git clone --depth=1 https://github.com/compiler-research /xeus-cpp.git
983+ git clone https://github.com/anutosh491 /xeus-cpp.git
983984 cd .\xeus-cpp
985+ git checkout wasm_eh
984986 mkdir build
985987 pushd build
986988 $env:CMAKE_PREFIX_PATH="${{ env.PREFIX }}"
You can’t perform that action at this time.
0 commit comments