We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15627c5 commit dc27068Copy full SHA for dc27068
.github/workflows/build-linux-x86_64.yml
@@ -85,6 +85,8 @@ jobs:
85
- run: rm -f downloads/php-*.tar.xz
86
- run: rm -rf buildroot source locale
87
88
+ - run: ./bin/spc doctor
89
+
90
# If there's no dependencies cache, fetch sources, with or without debug
91
- run: ./bin/spc download --with-php=${{ matrix.version }} --for-extensions=${{ env.extensions-all }} ${{ env.SPC_BUILD_DEBUG }} ${{ env.SPC_PRE_BUILT }}
92
0 commit comments