Merge branch 'master' of https://github.com/marksantaniello/fmt
This commit is contained in:
commit
b519f0ce7e
9
.github/workflows/linux.yml
vendored
9
.github/workflows/linux.yml
vendored
@ -28,10 +28,19 @@ jobs:
|
||||
std: 17
|
||||
install: sudo apt install g++-8
|
||||
os: ubuntu-18.04
|
||||
- cxx: g++-9
|
||||
build_type: Debug
|
||||
std: 20
|
||||
install: sudo apt install g++-9
|
||||
os: ubuntu-18.04
|
||||
- cxx: g++-10
|
||||
build_type: Debug
|
||||
std: 17
|
||||
os: ubuntu-18.04
|
||||
- cxx: g++-10
|
||||
build_type: Debug
|
||||
std: 20
|
||||
os: ubuntu-18.04
|
||||
- cxx: g++-11
|
||||
build_type: Debug
|
||||
std: 20
|
||||
|
||||
Loading…
Reference in New Issue
Block a user