We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0d16b commit dd647c5Copy full SHA for dd647c5
.github/workflows/build-unix.yml
@@ -82,12 +82,12 @@ jobs:
82
RUNS_ON="ubuntu-latest"
83
;;
84
macos-x86_64)
85
- 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"
86
BUILD_CMD="./bin/spc build"
87
RUNS_ON="macos-13"
88
89
macos-aarch64)
90
91
92
RUNS_ON="macos-14"
93
0 commit comments