Skip to content

Commit e49472a

Browse files
authored
remove sccache
the ci run was worse
1 parent 8873184 commit e49472a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ concurrency:
1212

1313
env:
1414
CARGO_TERM_COLOR: always
15-
SCCACHE_GHA_ENABLED: "true"
16-
RUSTC_WRAPPER: "sccache"
1715
defaults:
1816
run:
1917
shell: bash
@@ -29,8 +27,6 @@ jobs:
2927
with:
3028
components: rustfmt, clippy
3129
- uses: Swatinem/rust-cache@v2
32-
- name: Run sccache-cache
33-
uses: mozilla-actions/sccache-action@v0.0.9
3430
- name: Run cargo fmt
3531
run: cargo fmt --all -- --check
3632
- name: Run Clippy
@@ -62,8 +58,6 @@ jobs:
6258
with:
6359
targets: ${{ matrix.target }}
6460
- uses: Swatinem/rust-cache@v2
65-
- name: Run sccache-cache
66-
uses: mozilla-actions/sccache-action@v0.0.9
6761
- name: Install cargo-nextest
6862
uses: taiki-e/install-action@v2
6963
with:

0 commit comments

Comments
 (0)