You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: force-reinstall tauri-cli via binstall to avoid stale cache (#1023)
Swatinem/rust-cache restores ~/.cargo/bin/cargo-tauri from a previous
run. cargo binstall sees the cached binary and skips installation, but
the cached binary is non-functional on the current runner image. Adding
--force ensures a fresh download every time.
Fixes nightly release run 23364071118.
0 commit comments