Skip to content

Commit

Permalink
Retry generating windows launcher up to 5 times (#3349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao authored Dec 5, 2024
1 parent fbc7cb1 commit 58d4da8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -814,8 +814,12 @@ jobs:
run: .github/scripts/get-latest-cs.sh
shell: bash
- name: Generate native launcher
run: .github/scripts/generate-native-image.sh
shell: bash
uses: nick-fields/retry@v3
with:
timeout_minutes: 30
max_attempts: 5
shell: bash
command: .github/scripts/generate-native-image.sh
- run: ./mill -i ci.setShouldPublish
- name: Build OS packages
if: env.SHOULD_PUBLISH == 'true'
Expand Down

0 comments on commit 58d4da8

Please sign in to comment.