Skip to content

Commit 8dd8d39

Browse files
authored
Update build-php-unix.yml
1 parent d9faaf0 commit 8dd8d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: "Download sources"
138138
env:
139139
GITHUB_TOKEN: ${{ secrets.S_GITHUB_TOKEN }}
140-
run: ${{ steps.process-env.outputs.CMD }} download --with-php=${{ matrix.php-version }} --for-extensions=${{ steps.process-env.outputs.EXTENSIONS }} --retry=5 --prefer-pre-built
140+
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
141141

142142
- name: "Build library: ${{ matrix.library }}"
143143
run: |

0 commit comments

Comments
 (0)