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 d98703c commit f5b1301Copy full SHA for f5b1301
.github/workflows/alpha.yml
@@ -66,7 +66,7 @@ jobs:
66
restore-keys: ${{ runner.os }}-composer-
67
68
- name: Install Composer dependencies
69
- if: steps.cache-vendor.outputs.cache-hit != 'true' # Skip if cache hit
+ if: steps.composer-cache.outputs.cache-hit != 'true' # Skip if cache hit
70
run: composer install --no-progress --prefer-dist --optimize-autoloader
71
# run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
72
0 commit comments