Skip to content

Commit

Permalink
[Build] use retry option (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienj authored Apr 26, 2024
1 parent cf5f780 commit e380754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Build static binary
run: |
bin/spc download --for-extensions="dom,gmp,openssl,phar,sodium,xml,xmlwriter,filter,tokenizer,iconv,mbstring" --with-php=8.3
bin/spc download --for-extensions="dom,gmp,openssl,phar,sodium,xml,xmlwriter,filter,tokenizer,iconv,mbstring" --with-php=8.3 --retry=3
bin/spc build "dom,gmp,openssl,phar,sodium,xml,xmlwriter,filter,tokenizer,iconv,mbstring" ${{ matrix.build_options }}
bin/spc micro:combine build/automate.phar --output build/${{ matrix.filename }}
Expand Down

0 comments on commit e380754

Please sign in to comment.