Skip to content

Commit bc218e1

Browse files
authored
Update emscripten.yml to not shallow commit xeus-cpp
1 parent 4b1f492 commit bc218e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ jobs:
716716
./emsdk/emsdk activate ${{matrix.emsdk_ver}}
717717
source ./emsdk/emsdk_env.sh
718718
micromamba activate CppInterOp-wasm
719-
git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
719+
git clone https://github.com/compiler-research/xeus-cpp.git
720720
cd ./xeus-cpp
721721
git reset --hard HEAD~1
722722
mkdir build

0 commit comments

Comments
 (0)