ci: remove useless step and dump Compose autoloader

This commit is contained in:
Kévin Dunglas
2023-08-26 10:51:39 +02:00
committed by Jerry Ma
parent bcf64cbeef
commit 1ebc58664e
2 changed files with 2 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ jobs:
# If there's no Composer cache, install dependencies
- if: steps.cache-composer-deps.outputs.cache-hit != 'true'
run: composer update --no-dev
run: composer update --no-dev --classmap-authoritative
# Cache downloaded source
- id: cache-download