Skip to content

Commit

Permalink
ci: Fix Clang 9 build on GitHub Actions (#641)
Browse files Browse the repository at this point in the history
The name of the clang-9 package was missing,
so it was not installed.
  • Loading branch information
striezel authored Apr 7, 2022
1 parent bb080b5 commit a38f890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
compiler: clang++-9
cxxstd: "11,14,17,2a"
os: ubuntu-20.04
install: clang-9
- toolset: clang
compiler: clang++-10
cxxstd: "11,14,17,2a"
Expand Down

0 comments on commit a38f890

Please sign in to comment.