Skip to content

Commit

Permalink
Trying retry action
Browse files Browse the repository at this point in the history
  • Loading branch information
rtetley committed Dec 20, 2023
1 parent 0863792 commit e7fb6f2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,14 @@ jobs:
pip3 install macpack
- name: 'Build DMG installer'
shell: bash
run: |
eval $(opam env)
macos/create_installer_macos.sh
uses: Wandalen/wretry.action@master
with:
attempt_limit: 5
attempt_delay: 5000
shell: bash
command: |
eval $(opam env)
macos/create_installer_macos.sh
- name: 'Upload DMG script logs on failure'
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit e7fb6f2

Please sign in to comment.