Installing g++-11 in GHA/Ubuntu-20.0.4

This commit is contained in:
Emil Dotchevski
2021-09-30 18:48:42 -07:00
parent fdfd8f49fb
commit 38769cfd6b

View File

@ -45,6 +45,7 @@ jobs:
- toolset: gcc-11
cxxstd: "03,11,14,17,2a"
os: ubuntu-20.04
install: g++-11
- toolset: clang
compiler: clang++-3.9
cxxstd: "03,11,14"