#1773 GHA unit_tests does not fail while it should

This commit is contained in:
rusefi 2020-09-08 13:12:07 -04:00
parent 7c2fab82b2
commit a856439601
1 changed files with 4 additions and 1 deletions

View File

@ -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