mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-07-27 20:32:28 +00:00
retry build once if it fails
This commit is contained in:
parent
f212a9290a
commit
7124ebe0ef
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
chmod +x build-linux.sh
|
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
|
- name: Package artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue