Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime authored Nov 10, 2024
1 parent d4a005c commit df8159b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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: |
Expand Down

0 comments on commit df8159b

Please sign in to comment.