AOMediaCodec / libavif

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

github ci: use default profile for actions-rs #2488

Closed vigneshvg closed 3 weeks ago

vigneshvg commented 3 weeks ago

Do not explicitly specify the profile and override for actions-rs. Only specify the toolchain.

This fixes some CI failures caused when building rav1e.

vigneshvg commented 3 weeks ago

The actions are passing with this applied on my fork: https://github.com/vigneshvg/libavif/commit/0ff49683da84078f3f3fccc83006f103048abcb6

So it should pass in this repository as well. I have deleted the cargo caches just to be sure.