Skip to content

Commit 428593b

Browse files
author
Itzik Grossman
committed
Remove sccache
1 parent ac78bf7 commit 428593b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on: [push, pull_request]
22

3-
name: Static Checks
3+
name: Linting
44

55
jobs:
66
lints:
@@ -17,11 +17,7 @@ jobs:
1717

1818
env:
1919
RUST_BACKTRACE: full
20-
RUSTC_WRAPPER: sccache
2120
RUSTV: ${{ matrix.rust }}
22-
SCCACHE_CACHE_SIZE: 2G
23-
SCCACHE_DIR: ${{ matrix.sccache-path }}
24-
# SCCACHE_RECACHE: 1 # Uncomment this to clear cache, then comment it back out
2521
steps:
2622
- uses: actions/checkout@v3
2723

0 commit comments

Comments
 (0)