Skip to content

Commit f676925

Browse files
authored
chore(ci): remove sccache from release workflow (#24)
Remove sccache-action and related environment variables from the release workflow. Keep only Swatinem/rust-cache for dependency caching. This simplifies the release build process and relies solely on Cargo's standard caching mechanism, which is sufficient for release builds.
1 parent f6247ad commit f676925

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,6 @@ jobs:
9696
if: matrix.use_cross
9797
run: cargo binstall --no-confirm cross
9898

99-
- name: Setup sccache
100-
uses: mozilla-actions/sccache-action@v0.0.8
101-
102-
- name: Configure sccache
103-
run: |
104-
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
105-
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
106-
shell: bash
107-
10899
- name: Cache Cargo
109100
uses: Swatinem/rust-cache@v2
110101
with:

0 commit comments

Comments
 (0)