Add doctor for build-unix CI

This commit is contained in:
crazywhalecc 2025-01-25 11:35:47 +08:00
parent 0c0d16bbb3
commit dd647c53ec
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -82,12 +82,12 @@ jobs:
RUNS_ON="ubuntu-latest"
;;
macos-x86_64)
DOWN_CMD="composer update --no-dev --classmap-authoritative && ./bin/spc download"
DOWN_CMD="composer update --no-dev --classmap-authoritative && ./bin/spc doctor --auto-fix && ./bin/spc download"
BUILD_CMD="./bin/spc build"
RUNS_ON="macos-13"
;;
macos-aarch64)
DOWN_CMD="composer update --no-dev --classmap-authoritative && ./bin/spc download"
DOWN_CMD="composer update --no-dev --classmap-authoritative && ./bin/spc doctor --auto-fix && ./bin/spc download"
BUILD_CMD="./bin/spc build"
RUNS_ON="macos-14"
;;