boostorg / gil

Boost.GIL - Generic Image Library | Requires C++14 since Boost 1.80
https://boostorg.github.io/gil
Boost Software License 1.0
179 stars 163 forks source link

Fix Clang 9 build on GitHub Actions #641

Closed striezel closed 2 years ago

striezel commented 2 years ago

Description

The name of the clang-9 package was missing, so it was not installed. This PR fixes it, so that Clang 9 gets installed an can be used during CI.

References

None.

Tasklist

sdebionne commented 2 years ago

@striezel I just want to say thank you for looking into our CI issues!

mloskot commented 2 years ago

Yes, we needed it, and we still need.

@striezel @sdebionne @lpranam & others, By the way, please have a look at https://github.com/boostorg/gil/issues/642 All input welcome.

striezel commented 2 years ago

By the way, the Clang 9 build passed, so this should be ready for review.

@striezel I just want to say thank you for looking into our CI issues!

You're welcome.