mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
ci: remove useless step and dump Compose autoloader
This commit is contained in:
2
.github/workflows/build-macos-x86_64.yml
vendored
2
.github/workflows/build-macos-x86_64.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user