IonWarpbotcommented 15 min agoIonWarp Review — PR #402
- uses: Swatinem/rust-cache@v2RUSTC_WRAPPER: sccache
Every run now rebuilds the whole dependency graph · CI/CD Performance
The rust-cache step is gone and sccache has no persisted backend on these runners, so nothing is cached between runs. Each job pays the full dependency build. Restore the cache step or give sccache a storage backend.