We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc7cb1 commit 58d4da8Copy full SHA for 58d4da8
.github/workflows/ci.yml
@@ -814,8 +814,12 @@ jobs:
814
run: .github/scripts/get-latest-cs.sh
815
shell: bash
816
- name: Generate native launcher
817
- run: .github/scripts/generate-native-image.sh
818
- shell: bash
+ uses: nick-fields/retry@v3
+ with:
819
+ timeout_minutes: 30
820
+ max_attempts: 5
821
+ shell: bash
822
+ command: .github/scripts/generate-native-image.sh
823
- run: ./mill -i ci.setShouldPublish
824
- name: Build OS packages
825
if: env.SHOULD_PUBLISH == 'true'
0 commit comments