File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160
160
source ./emsdk/emsdk_env.sh
161
161
export SYSROOT_PATH=$PWD/emsdk/upstream/emscripten/cache/sysroot
162
162
micromamba activate CppInterOp-wasm
163
- git clone https://github.com/compiler-research/xeus-cpp.git
163
+ git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
164
164
cd ./xeus-cpp
165
165
mkdir build
166
166
pushd build
Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ jobs:
607
607
source ./emsdk/emsdk_env.sh
608
608
export SYSROOT_PATH=$PWD/emsdk/upstream/emscripten/cache/sysroot
609
609
micromamba activate CppInterOp-wasm
610
- git clone https://github.com/compiler-research/xeus-cpp.git
610
+ git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
611
611
cd ./xeus-cpp
612
612
mkdir build
613
613
pushd build
You can’t perform that action at this time.
0 commit comments