mirror of
https://github.com/BluTac10/Xbox-Neo.git
synced 2026-07-11 11:19:59 +00:00
retry build once if it fails
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user