Update linux.yml

This commit is contained in:
Gabi Melman 2024-11-11 00:18:42 +02:00 committed by GitHub
parent d4a005c44d
commit df8159bb87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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