1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-03-25 21:59:19 -04:00

Try continue-on-error: true to allow make to be retried

This commit is contained in:
Jon Beniston 2025-01-22 21:38:22 +00:00
parent c9c9febe41
commit 9ea7ade57f

View File

@ -55,6 +55,7 @@ jobs:
let COUNT=$COUNT+1
done
shell: bash
continue-on-error: true
- name: Get version
id: get_version
run: |