We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14f03a commit 4336fd8Copy full SHA for 4336fd8
.github/workflows/build-php-bulk.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=3
69
70
- name: "Build library: ${{ matrix.library }}"
71
run: |
0 commit comments