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 4b1f492 commit bc218e1Copy full SHA for bc218e1
.github/workflows/emscripten.yml
@@ -716,7 +716,7 @@ jobs:
716
./emsdk/emsdk activate ${{matrix.emsdk_ver}}
717
source ./emsdk/emsdk_env.sh
718
micromamba activate CppInterOp-wasm
719
- git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
+ git clone https://github.com/compiler-research/xeus-cpp.git
720
cd ./xeus-cpp
721
git reset --hard HEAD~1
722
mkdir build
0 commit comments