Remove CARGO_INCREMENTAL from clippy (conflicts with sccache), keep for test

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-10 14:05:30 -04:00
parent a4eb6fce06
commit 3755f6fd8a

View file

@ -48,7 +48,6 @@ jobs:
env:
RUSTC_WRAPPER: sccache
SCCACHE_DIR: /home/bhelmkamp/.cache/sccache
CARGO_INCREMENTAL: "1"
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with: