Skip to content

windows build workflow can fail because of rust-cache #840

Closed
@Uranite

Description

@Uranite

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"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions