Update linux.yml
This commit is contained in:
parent
d4a005c44d
commit
df8159bb87
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -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…
Reference in New Issue
Block a user