Skip to content

Commit

Permalink
Hotfix/macos build (#1627)
Browse files Browse the repository at this point in the history
added rerun to macos runner (3 attempts)
  • Loading branch information
Peguen authored Jun 13, 2024
1 parent 5122562 commit cd756d5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,12 @@ jobs:
# working-directory: ${{ runner.workspace }}/_build

- name: Pack
run: cpack -G DragNDrop
working-directory: ${{ runner.workspace }}/_build
uses: nick-fields/retry@v2
with:
max_attempts: 3
retry_on: error
timeout_minutes: 3
command: cd ${{ runner.workspace }}/_build && cpack -G DragNDrop

- name: Upload DMG
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cd756d5

Please sign in to comment.