Skip to content

Commit

Permalink
Trying retry action
Browse files Browse the repository at this point in the history
  • Loading branch information
rtetley committed Apr 24, 2024
1 parent f415645 commit 21de09a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,11 @@ jobs:
pip3 install macpack
- name: 'Build DMG installer'
uses: Wandalen/wretry.action@v1.3.0
uses: Wandalen/wretry.action@master
with:
attempt_limit: 5
attempt_delay: 5000
shell: bash
command: |
eval $(opam env)
macos/create_installer_macos.sh
Expand Down

0 comments on commit 21de09a

Please sign in to comment.