File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 74
74
- name : Setup emsdk
75
75
shell : bash -l {0}
76
76
run : |
77
- git clone https://github.com/emscripten-core/emsdk.git
77
+ git clone --depth=1 https://github.com/emscripten-core/emsdk.git
78
78
cd emsdk
79
79
./emsdk install ${{ matrix.emsdk_ver }}
80
80
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
- name : Setup emsdk
122
122
if : ${{ runner.os != 'windows' && steps.cache.outputs.cache-hit != 'true' }}
123
123
run : |
124
- git clone https://github.com/emscripten-core/emsdk.git
124
+ git clone --depth=1 https://github.com/emscripten-core/emsdk.git
125
125
cd emsdk
126
126
./emsdk install ${{ matrix.emsdk_ver }}
127
127
@@ -523,7 +523,7 @@ jobs:
523
523
- name : Setup emsdk
524
524
shell : bash -l {0}
525
525
run : |
526
- git clone https://github.com/emscripten-core/emsdk.git
526
+ git clone --depth=1 https://github.com/emscripten-core/emsdk.git
527
527
cd emsdk
528
528
./emsdk install ${{ matrix.emsdk_ver }}
529
529
You can’t perform that action at this time.
0 commit comments