Skip to content

Commit d9faaf0

Browse files
authored
Update build-php-windows.yml
1 parent 0234869 commit d9faaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-php-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: "Download sources"
9191
env:
9292
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
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 --ignore-cache-sources=php-src
9494

9595
- name: "Doctor"
9696
env:

0 commit comments

Comments
 (0)