Skip to content

Commit

Permalink
Install gcc 8
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Apr 1, 2021
1 parent b315741 commit 5900df9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ jobs:
matrix:
cxx: [g++-4.8, g++-8, g++-10, clang++-9]
build_type: [Debug, Release]
std: [11]
std: []
os: [ubuntu-18.04]
include:
- cxx: g++-4.8
install: sudo apt install g++-4.8
os: ubuntu-18.04
- cxx: g++-8
std: 14
std: [11, 14]
install: sudo apt install g++-8
os: ubuntu-18.04
- cxx: g++-10
std: 17
Expand Down

0 comments on commit 5900df9

Please sign in to comment.