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 4f7c8f2 commit f4658fcCopy full SHA for f4658fc
.github/workflows/build-php-minimal.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: "Download sources"
66
env:
67
GITHUB_TOKEN: ${{ secrets.S_GITHUB_TOKEN }}
68
- run: ./spc download --with-php=${{ matrix.php-version }} --for-extensions=${{ matrix.extensions }}
+ run: ./spc download --with-php=${{ matrix.php-version }} --for-extensions=${{ matrix.extensions }} --retry=5
69
70
- name: "Build library: ${{ matrix.library }}"
71
run: |
0 commit comments