forked from Archive/PX4-Autopilot
github actions add timeout to all_variants nuttx compile job
This commit is contained in:
parent
6edb1fa1f8
commit
113ea5ea26
|
@ -87,6 +87,7 @@ jobs:
|
|||
|
||||
- name: make all_variants_${{matrix.config}}
|
||||
run: make all_variants_${{matrix.config}}
|
||||
timeout-minutes: 30
|
||||
- name: make ${{matrix.config}} bloaty_compileunits
|
||||
run: make ${{matrix.config}} bloaty_compileunits || true
|
||||
- name: make ${{matrix.config}} bloaty_inlines
|
||||
|
|
Loading…
Reference in New Issue