Skip to content

Commit 687dcf4

Browse files
authored
Update download-cache.yml
1 parent 7ddd582 commit 687dcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/download-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
bin/setup-runtime
5151
bin/php bin/composer install --no-dev --no-ansi -q --no-interaction
5252
- name: "Download package ${{ matrix.pkg }}"
53-
run: bin/php bin/spc install-pkg ${{ matrix.pkg }} --debug --no-alt --shallow-clone
53+
run: bin/php bin/spc install-pkg ${{ matrix.pkg }} --debug --no-alt --shallow-clone --skip-extract
5454
- name: "Parse lock file and re-package with file"
5555
run: |
5656
rename_file() {

0 commit comments

Comments
 (0)