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
fix(ci): only enable sccache: s3 on maturin build jobs
runs-on/action sets RUSTC_WRAPPER=sccache when sccache: s3 is enabled,
but doesn't install the sccache binary. This breaks any cargo command
in jobs without maturin (which installs its own sccache).
Restrict sccache: s3 to the 4 maturin wheel build jobs only.
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments