We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9767625 commit 923ee15Copy full SHA for 923ee15
.github/workflows/deploy-github-page.yml
@@ -41,7 +41,7 @@ jobs:
41
shell: bash -l {0}
42
run: |
43
cd $HOME
44
- git clone https://github.com/emscripten-core/emsdk.git
+ git clone --depth=1 https://github.com/emscripten-core/emsdk.git
45
cd emsdk
46
./emsdk install ${{ matrix.emsdk_ver }}
47
.github/workflows/main.yml
@@ -242,7 +242,7 @@ jobs:
242
243
244
245
246
247
248
0 commit comments