Skip to content

Commit

Permalink
Always install the used compiler in Github Actions
Browse files Browse the repository at this point in the history
This avoids the CI breaking again when the base images remove
an older compiler again.
  • Loading branch information
horenmar committed May 28, 2021
1 parent 86f86c4 commit 96790b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux-simple-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96790b1

Please sign in to comment.