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 7ddd582 commit 687dcf4Copy full SHA for 687dcf4
.github/workflows/download-cache.yml
@@ -50,7 +50,7 @@ jobs:
50
bin/setup-runtime
51
bin/php bin/composer install --no-dev --no-ansi -q --no-interaction
52
- name: "Download package ${{ matrix.pkg }}"
53
- run: bin/php bin/spc install-pkg ${{ matrix.pkg }} --debug --no-alt --shallow-clone
+ run: bin/php bin/spc install-pkg ${{ matrix.pkg }} --debug --no-alt --shallow-clone --skip-extract
54
- name: "Parse lock file and re-package with file"
55
run: |
56
rename_file() {
0 commit comments