mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-06 23:30:29 +00:00
Merge branch 'master' of github.com:fmtlib/fmt
This commit is contained in:
commit
959a9f5cad
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -7,10 +7,10 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
cxx: [g++-4.8, g++-8, g++-10, clang++]
|
||||
cxx: [g++-4.8, g++-8, g++-10, clang++-9]
|
||||
build_type: [Debug, Release]
|
||||
include:
|
||||
- cxx: clang++
|
||||
- cxx: clang++-9
|
||||
build_type: Debug
|
||||
fuzz: -DFMT_FUZZ=ON -DFMT_FUZZ_LINKMAIN=ON
|
||||
- cxx: g++-4.8
|
||||
|
Loading…
Reference in New Issue
Block a user