Skip to content

Commit 92aaf7a

Browse files
committed
just remove sccache
1 parent 677a8c8 commit 92aaf7a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,13 @@ jobs:
1313
env:
1414
CARGO_TERM_COLOR: always
1515
CARGO_INCREMENTAL: 0
16-
SCCACHE_GHA_ENABLED: "true"
17-
RUSTC_WRAPPER: "sccache"
1816
steps:
1917
- name: Check out repository code
2018
uses: actions/checkout@v4
2119
with:
2220
fetch-depth: 2
2321
- name: Install Rust specified toolchain
2422
run: rustup show
25-
- name: Run sccache-cache
26-
uses: mozilla-actions/[email protected]
2723
- name: Install cargo-nextest
2824
uses: taiki-e/install-action@v2
2925
with:

0 commit comments

Comments
 (0)