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 660c3e5
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 @@ -16,7 +16,8 @@ jobs:
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 660c3e5

Please sign in to comment.