1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -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
+1
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: |