mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Install gcc 8
This commit is contained in:
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
cxx: [g++-4.8, g++-8, g++-10, clang++-9]
|
cxx: [g++-4.8, g++-10, clang++-9]
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
std: [11]
|
std: [11]
|
||||||
os: [ubuntu-18.04]
|
os: [ubuntu-18.04]
|
||||||
@ -17,6 +17,7 @@ jobs:
|
|||||||
os: ubuntu-18.04
|
os: ubuntu-18.04
|
||||||
- cxx: g++-8
|
- cxx: g++-8
|
||||||
std: 14
|
std: 14
|
||||||
|
install: sudo apt install g++-8
|
||||||
os: ubuntu-18.04
|
os: ubuntu-18.04
|
||||||
- cxx: g++-10
|
- cxx: g++-10
|
||||||
std: 17
|
std: 17
|
||||||
|
Reference in New Issue
Block a user