We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452c103 commit 3fed758Copy full SHA for 3fed758
.github/workflows/download-cache.yml
@@ -47,7 +47,7 @@ jobs:
47
bin/setup-runtime
48
bin/php bin/composer install --no-dev --no-ansi -q --no-interaction
49
- name: "Download source ${{ matrix.source }}"
50
- run: bin/php bin/spc download ${{ matrix.source }} --debug --ignore-cache-sources --no-alt
+ run: bin/php bin/spc download ${{ matrix.source }} --debug --ignore-cache-sources --no-alt --shallow-clone
51
- name: "Parse lock file and re-package with file"
52
run: |
53
rename_file() {
0 commit comments