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 15c10b0 commit 0d6b70d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
cxx: [g++-4.8, g++-8, g++-10, clang++-9]
cxx: [g++-4.8, g++-10, clang++-9]
build_type: [Debug, Release]
std: [11]
os: [ubuntu-18.04]
Expand All @@ -17,6 +17,7 @@ jobs:
os: ubuntu-18.04
- cxx: g++-8
std: 14
install: sudo apt install g++-8
os: ubuntu-18.04
- cxx: g++-10
std: 17
Expand Down

0 comments on commit 0d6b70d

Please sign in to comment.