mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
CI linux: add clang++-11 C++20 build
This commit is contained in:
parent
09dbad47e1
commit
1dbadb6527
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -34,6 +34,10 @@ jobs:
|
||||
fuzz: -DFMT_FUZZ=ON -DFMT_FUZZ_LINKMAIN=ON
|
||||
std: 17
|
||||
os: ubuntu-18.04
|
||||
- cxx: clang++-11
|
||||
build_type: Debug
|
||||
std: 20
|
||||
os: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user