Install g++-5 in ci.yml

This commit is contained in:
Peter Dimov
2021-08-26 00:34:54 +03:00
parent c438427a3e
commit 51d848273c

View File

@ -37,6 +37,7 @@ jobs:
- toolset: gcc-5
cxxstd: "03,11,14,1z"
os: ubuntu-18.04
install: g++-5
- toolset: gcc-6
cxxstd: "03,11,14,1z"
os: ubuntu-18.04