Install gcc 8

This commit is contained in:
Victor Zverovich 2021-04-01 08:24:55 -07:00
parent 15c10b0c66
commit 0d6b70d96b

View File

@ -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