Skip to content

Commit dd647c5

Browse files
committed
Add doctor for build-unix CI
1 parent 0c0d16b commit dd647c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-unix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ jobs:
8282
RUNS_ON="ubuntu-latest"
8383
;;
8484
macos-x86_64)
85-
DOWN_CMD="composer update --no-dev --classmap-authoritative && ./bin/spc download"
85+
DOWN_CMD="composer update --no-dev --classmap-authoritative && ./bin/spc doctor --auto-fix && ./bin/spc download"
8686
BUILD_CMD="./bin/spc build"
8787
RUNS_ON="macos-13"
8888
;;
8989
macos-aarch64)
90-
DOWN_CMD="composer update --no-dev --classmap-authoritative && ./bin/spc download"
90+
DOWN_CMD="composer update --no-dev --classmap-authoritative && ./bin/spc doctor --auto-fix && ./bin/spc download"
9191
BUILD_CMD="./bin/spc build"
9292
RUNS_ON="macos-14"
9393
;;

0 commit comments

Comments
 (0)