We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0725754 commit e76cc93Copy full SHA for e76cc93
.github/workflows/ci.yml
@@ -180,11 +180,8 @@ jobs:
180
- name: Setup sccache
181
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
182
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' }}
+ # Note: rust-cache is NOT used here because it sets CARGO_INCREMENTAL=0
+ # which conflicts with sccache. sccache handles compilation caching.
188
189
- name: Build workspace (debug)
190
run: cargo build --workspace
0 commit comments