From df8159bb8712b35a0d1df2958cb74a5979e98128 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Mon, 11 Nov 2024 00:18:42 +0200 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2e3f1e07..afec5111 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -15,7 +15,7 @@ jobs: run: shell: bash strategy: - fail-fast: false + fail-fast: true matrix: config: - { compiler: gcc, version: 7, build_type: Release, cppstd: 11 } @@ -33,7 +33,7 @@ jobs: - name: Setup run: | apt-get update - apt-get install -y cmake pkg-config libsystemd-dev + apt-get install -y git cmake pkg-config libsystemd-dev - name: Setup Compiler if: matrix.config.compiler == 'clang' run: |