AOMediaCodec / libavif

libavif - Library for encoding and decoding .avif files
Other
1.53k stars 195 forks source link

Add an "Upgrade clang" step #2201

Closed wantehchang closed 3 months ago

wantehchang commented 3 months ago

In the current windows-latest (windows-2022) image, the installed Clang is version 16, but the Visual Studio STL requires Clang version 17 or later. The "Upgrade clang" workaround is recommended in https://github.com/actions/runner-images/issues/10001#issuecomment-2153764664.

vrabaud commented 3 months ago

No need for that if you remove it from the path in https://github.com/AOMediaCodec/libavif/pull/2202 right ?

wantehchang commented 3 months ago

Yes, we only need either this pull request or https://github.com/AOMediaCodec/libavif/pull/2202. This pull request is simpler, but the upgrade takes a long time. So I also prefer https://github.com/AOMediaCodec/libavif/pull/2202.

wantehchang commented 3 months ago

I abandoned this pull request.