Skip to content

Commit 9d0b8c0

Browse files
authored
Remove shallow clone xeus-cpp
1 parent 83348c9 commit 9d0b8c0

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
@@ -933,7 +933,7 @@ jobs:
933933
.\emsdk\emsdk activate ${{matrix.emsdk_ver}}
934934
.\emsdk\emsdk_env.ps1
935935
micromamba activate CppInterOp-wasm
936-
git clone --depth=1 https://github.com/mcbarton/xeus-cpp.git
936+
git clone https://github.com/mcbarton/xeus-cpp.git
937937
cd .\xeus-cpp
938938
git checkout Enable-Windows-Emscripten-build
939939
mkdir build

0 commit comments

Comments
 (0)