We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23754ec commit a7c9ac6Copy full SHA for a7c9ac6
1 file changed
.github/workflows/archive.yml
@@ -39,7 +39,7 @@ jobs:
39
git config --global http.postBuffer 500M
40
git config --global user.email "villavu-bot"
41
git config --global user.name "villavu-bot"
42
- git clone https://github.com/Villavu/Simba-Build-Archive
+ git clone --depth 1 https://github.com/Villavu/Simba-Build-Archive
43
44
echo "Current repo (uncompressed) size:"
45
du -sh "Simba-Build-Archive" | awk '{print $1}'
0 commit comments