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 @@ -956,8 +956,9 @@ jobs:
956956 ./emsdk/emsdk activate ${{matrix.emsdk_ver}}
957957 source ./emsdk/emsdk_env.sh
958958 micromamba activate CppInterOp-wasm
959- git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
959+ git clone https://github.com/compiler-research/xeus-cpp.git
960960 cd ./xeus-cpp
961+ git reset --soft HEAD~
961962 mkdir build
962963 pushd build
963964 export CMAKE_PREFIX_PATH=${{ env.PREFIX }}
@@ -980,8 +981,9 @@ jobs:
980981 .\emsdk\emsdk activate ${{matrix.emsdk_ver}}
981982 .\emsdk\emsdk_env.ps1
982983 micromamba activate CppInterOp-wasm
983- git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
984+ git clone https://github.com/compiler-research/xeus-cpp.git
984985 cd .\xeus-cpp
986+ git reset --soft HEAD~
985987 mkdir build
986988 pushd build
987989 $env:CMAKE_PREFIX_PATH="${{ env.PREFIX }}"
You can’t perform that action at this time.
0 commit comments