Skip to content

Commit 3fed758

Browse files
authored
Update download-cache.yml
1 parent 452c103 commit 3fed758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/download-cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
bin/setup-runtime
4848
bin/php bin/composer install --no-dev --no-ansi -q --no-interaction
4949
- name: "Download source ${{ matrix.source }}"
50-
run: bin/php bin/spc download ${{ matrix.source }} --debug --ignore-cache-sources --no-alt
50+
run: bin/php bin/spc download ${{ matrix.source }} --debug --ignore-cache-sources --no-alt --shallow-clone
5151
- name: "Parse lock file and re-package with file"
5252
run: |
5353
rename_file() {

0 commit comments

Comments
 (0)