Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Uranite opened this issue May 12, 2024 · 0 comments
Open

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

Uranite opened this issue May 12, 2024 · 0 comments

Comments

@Uranite
Copy link
Contributor

Uranite commented May 12, 2024

It seems that rust-cache seems to be causing issues when going from ffmpeg 6.0 to ffmpeg 7.0, I don't really know how this can be fixed, maybe by using rust-cache's prefix-key?
maybe something like this?

- uses: Swatinem/rust-cache@v2
  with:
    prefix-key: "ffmpeg-${{ env.ffmpeg_ver }}-av1an"
@Uranite Uranite changed the title windows build workflow fails because of rust-cache windows build workflow can fail because of rust-cache May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant