mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
New CI: GCC-9
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
This commit is contained in:
committed by
Victor Zverovich
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
|
||||
|
Reference in New Issue
Block a user