Remove CARGO_INCREMENTAL (conflicts with sccache)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-10 14:08:58 -04:00
parent 4a63650fe3
commit 78fb243447

View file

@ -67,7 +67,6 @@ jobs:
env:
RUSTC_WRAPPER: sccache
SCCACHE_DIR: /home/bhelmkamp/.cache/sccache
CARGO_INCREMENTAL: "1"
steps:
- name: Add cargo bin to PATH
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH