Skip to content

Commit 923ee15

Browse files
authored
Shallow clone emsdk (#215)
* shallow clone emsdk deploy workflow * shallow clone emsdk main.yml * fix typo
1 parent 9767625 commit 923ee15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
shell: bash -l {0}
4242
run: |
4343
cd $HOME
44-
git clone https://github.com/emscripten-core/emsdk.git
44+
git clone --depth=1 https://github.com/emscripten-core/emsdk.git
4545
cd emsdk
4646
./emsdk install ${{ matrix.emsdk_ver }}
4747

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)