Skip to content

Commit e76cc93

Browse files
committed
ci: optimizations
1 parent 0725754 commit e76cc93

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,8 @@ jobs:
180180
- name: Setup sccache
181181
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
182182

183-
- name: Cache Rust dependencies
184-
uses: step-security/rust-cache@f8fba7098297c8c53a7c9a30575ec2ad4ad85056 # v2.8.2
185-
with:
186-
shared-key: management-ubuntu-latest-x86_64-unknown-linux-gnu
187-
save-if: ${{ github.ref == 'refs/heads/main' }}
183+
# Note: rust-cache is NOT used here because it sets CARGO_INCREMENTAL=0
184+
# which conflicts with sccache. sccache handles compilation caching.
188185

189186
- name: Build workspace (debug)
190187
run: cargo build --workspace

0 commit comments

Comments
 (0)