mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
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:
|
||||
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: |
|
||||
|
Loading…
Reference in New Issue
Block a user