#1773 GHA unit_tests does not fail while it should
shooting into the dark
This commit is contained in:
parent
a856439601
commit
b794de86f8
|
@ -24,7 +24,7 @@ jobs:
|
|||
|
||||
- name: Print GCC version
|
||||
working-directory: .
|
||||
run: gcc -v
|
||||
run: update-alternatives --auto g++ ; update-alternatives --auto gcc ; update-alternatives --auto cpp-bin ; gcc -v
|
||||
|
||||
- name: Build Tests
|
||||
working-directory: ./unit_tests/
|
||||
|
|
Loading…
Reference in New Issue