Skip to content

Commit e91f957

Browse files
committed
remove sccache
1 parent 5ef6a02 commit e91f957

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,10 @@ jobs:
1616
runs-on: macos-latest
1717
env:
1818
RUST_BACKTRACE: "1"
19-
SCCACHE_GHA_ENABLED: "true"
20-
RUSTC_WRAPPER: "sccache"
2119
steps:
2220
- uses: actions/checkout@v4
2321
with:
2422
ref: ${{ github.ref }}
25-
- name: setup sccache
26-
uses: mozilla-actions/[email protected]
27-
with:
28-
version: "v0.7.7"
2923
- uses: dtolnay/rust-toolchain@master
3024
with:
3125
toolchain: stable

0 commit comments

Comments
 (0)