Run doctor first, per docs

This commit is contained in:
Simon Hamp
2024-04-23 18:14:59 +01:00
parent b87e1dca3a
commit 6804092cd8

View File

@@ -71,6 +71,8 @@ jobs:
- if: ${{ inputs.build-fpm == true }}
run: echo "SPC_BUILD_FPM=--build-fpm" >> $env:GITHUB_ENV
- run: ./bin/spc doctor
# If there's no dependencies cache, fetch sources, with or without debug
- if: steps.cache-download.outputs.cache-hit != 'true'
run: ./bin/spc download --with-php="${{ inputs.version }}" --for-extensions="${{ inputs.extensions }}" ${{ env.SPC_BUILD_DEBUG }}