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 ce1bfdc commit ab31062Copy full SHA for ab31062
.github/workflows/emscripten.yml
@@ -958,7 +958,7 @@ jobs:
958
micromamba activate CppInterOp-wasm
959
git clone https://github.com/compiler-research/xeus-cpp.git
960
cd ./xeus-cpp
961
- git reset --soft HEAD~
+ git reset --hard HEAD~
962
mkdir build
963
pushd build
964
export CMAKE_PREFIX_PATH=${{ env.PREFIX }}
@@ -983,7 +983,7 @@ jobs:
983
984
985
cd .\xeus-cpp
986
987
988
989
$env:CMAKE_PREFIX_PATH="${{ env.PREFIX }}"
0 commit comments