-
Notifications
You must be signed in to change notification settings - Fork 155
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
Comments
For posterity, this is the error when using an old rust-cache with a different ffmpeg version: Error message2024-08-18T18:08:11.3927230Z ##[group]Run cargo build --release The solution you show should work fine. Just FYI, the default prefix key is |
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.
The text was updated successfully, but these errors were encountered: