Skip to content

Commit 4336fd8

Browse files
authored
Update build-php-bulk.yml
1 parent f14f03a commit 4336fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: "Download sources"
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.S_GITHUB_TOKEN }}
68-
run: ./spc download --with-php=${{ matrix.php-version }} --for-extensions=${{ matrix.extensions }}
68+
run: ./spc download --with-php=${{ matrix.php-version }} --for-extensions=${{ matrix.extensions }} --retry=3
6969

7070
- name: "Build library: ${{ matrix.library }}"
7171
run: |

0 commit comments

Comments
 (0)