Skip to content

Commit ab31062

Browse files
authored
Update emscripten.yml
1 parent ce1bfdc commit ab31062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ jobs:
958958
micromamba activate CppInterOp-wasm
959959
git clone https://github.com/compiler-research/xeus-cpp.git
960960
cd ./xeus-cpp
961-
git reset --soft HEAD~
961+
git reset --hard HEAD~
962962
mkdir build
963963
pushd build
964964
export CMAKE_PREFIX_PATH=${{ env.PREFIX }}
@@ -983,7 +983,7 @@ jobs:
983983
micromamba activate CppInterOp-wasm
984984
git clone https://github.com/compiler-research/xeus-cpp.git
985985
cd .\xeus-cpp
986-
git reset --soft HEAD~
986+
git reset --hard HEAD~
987987
mkdir build
988988
pushd build
989989
$env:CMAKE_PREFIX_PATH="${{ env.PREFIX }}"

0 commit comments

Comments
 (0)