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 d9faaf0 commit 8dd8d39Copy full SHA for 8dd8d39
.github/workflows/build-php-unix.yml
@@ -137,7 +137,7 @@ jobs:
137
- name: "Download sources"
138
env:
139
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
+ 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
141
142
- name: "Build library: ${{ matrix.library }}"
143
run: |
0 commit comments