mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-10 22:43:37 +00:00
Remove CARGO_INCREMENTAL (conflicts with sccache)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4a63650fe3
commit
78fb243447
1 changed files with 0 additions and 1 deletions
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue