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 0234869 commit d9faaf0Copy full SHA for d9faaf0
.github/workflows/build-php-windows.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: "Download sources"
91
env:
92
GITHUB_TOKEN: ${{ secrets.S_GITHUB_TOKEN }}
93
- run: ${{ steps.process-env.outputs.CMD }} download --with-php=${{ matrix.php-version }} --for-extensions="${{ steps.process-env.outputs.EXTENSIONS }}" --retry=5 --prefer-pre-built
+ run: ${{ steps.process-env.outputs.CMD }} download --with-php=${{ matrix.php-version }} --for-extensions="${{ steps.process-env.outputs.EXTENSIONS }}" --retry=5 --prefer-pre-built --ignore-cache-sources=php-src
94
95
- name: "Doctor"
96
0 commit comments