mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-10 06:22:54 +00:00
retry build once if it fails
This commit is contained in:
parent
f212a9290a
commit
7124ebe0ef
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
chmod +x build-linux.sh
|
||||
INSTALL_PREFIX=$PWD/result ./build-linux.sh . Release
|
||||
INSTALL_PREFIX=$PWD/result ./build-linux.sh . Release || INSTALL_PREFIX=$PWD/result ./build-linux.sh . Release
|
||||
|
||||
- name: Package artifacts
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue