Skip to content

Commit

Permalink
function wrapper for curl in github workflow (#265)
Browse files Browse the repository at this point in the history
* function wrapper for curl
should reduce stalls due to toolchain timeouts
  • Loading branch information
nerdCopter authored May 29, 2020
1 parent 6d4b0ff commit c84c8a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
targets: [targets-group-1, targets-group-2, targets-group-rest]
runs-on: ubuntu-latest
steps:
- name: curl fix
run: function curl () { command curl --connect-timeout 30 --retry 10 "$@" ; }

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit c84c8a4

Please sign in to comment.