Skip to content

Commit ce1bfdc

Browse files
authored
[DO NOT MERGE] check if xeus-cpp latest commit is causing Emscripten ci failures
1 parent 2df83a9 commit ce1bfdc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)