From fefb9299a61ee436d838aed2d104b69d973875e4 Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 8 Sep 2020 13:27:07 -0400 Subject: [PATCH] Revert "#1773 GHA unit_tests does not fail while it should shooting into the dark" This reverts commit b794de86 --- .github/workflows/build-unit-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-unit-tests.yaml b/.github/workflows/build-unit-tests.yaml index 1073e73f16..ca45ecd2c6 100644 --- a/.github/workflows/build-unit-tests.yaml +++ b/.github/workflows/build-unit-tests.yaml @@ -24,7 +24,7 @@ jobs: - name: Print GCC version working-directory: . - run: update-alternatives --auto g++ ; update-alternatives --auto gcc ; update-alternatives --auto cpp-bin ; gcc -v + run: gcc -v - name: Build Tests working-directory: ./unit_tests/