Update linux.yml

pull/3250/head
Gabi Melman 10 months ago committed by GitHub
parent d4a005c44d
commit df8159bb87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,7 +15,7 @@ jobs:
run: run:
shell: bash shell: bash
strategy: strategy:
fail-fast: false fail-fast: true
matrix: matrix:
config: config:
- { compiler: gcc, version: 7, build_type: Release, cppstd: 11 } - { compiler: gcc, version: 7, build_type: Release, cppstd: 11 }
@ -33,7 +33,7 @@ jobs:
- name: Setup - name: Setup
run: | run: |
apt-get update 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 - name: Setup Compiler
if: matrix.config.compiler == 'clang' if: matrix.config.compiler == 'clang'
run: | run: |

Loading…
Cancel
Save