Add debug messages for doctor

This commit is contained in:
crazywhalecc 2024-10-01 15:42:43 +08:00 committed by Jerry Ma
parent 4e88dba630
commit 6af0a85dce

View File

@ -177,7 +177,7 @@ jobs:
run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: "Run Build Tests (doctor)"
run: bin/spc doctor --auto-fix
run: bin/spc doctor --auto-fix --debug
- name: "Prepare UPX for Windows"
if: matrix.os == 'windows-latest'