Closed
Description
It seems that Rust-cache seems to be causing the build workflow to fail (605bad6) when going from FFmpeg 6.0 to FFmpeg 7.0. This can of course happen every time the ffmpeg version is modified, I don't really know how this can be fixed, maybe by using Rust-cache's prefix-key?
Maybe something like this, so that it doesn't reuse the cache when the FFmpeg version is different.
- uses: Swatinem/rust-cache@v2
with:
prefix-key: "ffmpeg-${{ env.ffmpeg_ver }}-av1an"
Metadata
Metadata
Assignees
Labels
No labels
Activity