Skip to content

Commit 4ed585e

Browse files
authored
shallow clone emsdk main.yml
1 parent cb1a33e commit 4ed585e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
shell: bash -l {0}
240240
run: |
241241
cd $HOME
242-
git clone https://github.com/emscripten-core/emsdk.git
242+
git clone --depth=1 https://github.com/emscripten-core/emsdk.git
243243
cd emsdk
244244
./emsdk install ${{ matrix.emsdk_ver }}
245245

0 commit comments

Comments
 (0)