Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Dec 25, 2023
1 parent 53ffb29 commit 5f9d70b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ jobs:
run: mkdir -p apps
- name: build linux64 release
id: build1
run: node ./node_modules/gulp/bin/gulp.js release --platform=linux64 -LLLL --installer
uses: nick-fields/retry@v2
with:
max_attempts: 3
retry_on: error
timeout_minutes: 20
command: sync && node ./node_modules/gulp/bin/gulp.js release --platform=linux64 -LLLL --installer
continue-on-error: true
- name: build linux64 release 2
id: build2
Expand Down

0 comments on commit 5f9d70b

Please sign in to comment.