mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-14 15:01:05 +00:00
New CI: GCC-9
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
This commit is contained in:
parent
94ceb38a09
commit
7a752e75ff
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@ -28,6 +28,11 @@ jobs:
|
||||
std: 17
|
||||
install: sudo apt install g++-8
|
||||
os: ubuntu-18.04
|
||||
- cxx: g++-9
|
||||
build_type: Debug
|
||||
std: 17
|
||||
install: sudo apt install g++-9
|
||||
os: ubuntu-18.04
|
||||
- cxx: g++-10
|
||||
build_type: Debug
|
||||
std: 17
|
||||
|
Loading…
Reference in New Issue
Block a user