Always install the used compiler in Github Actions

This avoids the CI breaking again when the base images remove
an older compiler again.
This commit is contained in:
Martin Hořeňovský 2021-05-28 00:00:01 +02:00
parent 86f86c4c23
commit 96790b1d23
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 6 additions and 0 deletions

View File

@ -29,12 +29,18 @@ jobs:
other_pkgs: g++-7
- cxx: g++-8
other_pkgs: g++-8
- cxx: g++-9
other_pkgs: g++-9
- cxx: g++-10
other_pkgs: g++-10
- cxx: clang++-6.0
other_pkgs: clang-6.0
- cxx: clang++-7
other_pkgs: clang-7
- cxx: clang++-8
other_pkgs: clang-8
- cxx: clang++-9
other_pkgs: clang-9
- cxx: clang++-10
other_pkgs: clang-10
# Clang 6 + C++17