#1773 GHA unit_tests does not fail while it should
This commit is contained in:
parent
7c2fab82b2
commit
a856439601
|
@ -19,7 +19,10 @@ jobs:
|
|||
working-directory: ./firmware/
|
||||
run: bash gen_live_documentation.sh
|
||||
|
||||
- name: Print version
|
||||
- name: Install gcc8
|
||||
run: sudo apt-get install -y gcc-8
|
||||
|
||||
- name: Print GCC version
|
||||
working-directory: .
|
||||
run: gcc -v
|
||||
|
||||
|
|
Loading…
Reference in New Issue