mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-21 04:58:38 -05:00
Add set +e to allow script to continue on error
This commit is contained in:
parent
9ea7ade57f
commit
2ea5ef220b
1
.github/workflows/mac.yml
vendored
1
.github/workflows/mac.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
|||||||
cd build
|
cd build
|
||||||
RETRIES=3
|
RETRIES=3
|
||||||
COUNT=1
|
COUNT=1
|
||||||
|
set +e
|
||||||
while [ $COUNT -lt $RETRIES ]; do
|
while [ $COUNT -lt $RETRIES ]; do
|
||||||
make -j4 package
|
make -j4 package
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user