Skip to content

Commit b0038ba

Browse files
committed
ci/cd: fix build/clippy workflow for sccache
1 parent 13ab7b5 commit b0038ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,14 @@ jobs:
9898
runs-on: ${{ matrix.os }}
9999
env:
100100
RUSTC_WRAPPER: sccache
101-
# RUSTC_WRAPPER: "/home/runner/.cargo/bin/sccache"
102101
CACHE_VERSION: v1
103102
SCCACHE_VERSION: 0.10.0
104103
if: "!contains(github.event.head_commit.message, 'skip ci')"
105104
steps:
106105
- name: "Checkout sources"
107106
uses: actions/checkout@master
107+
- name: "Setup sccache"
108+
uses: mozilla-actions/sccache-action@v0.0.9
108109
- name: "Cache Cargo dependencies"
109110
uses: Swatinem/rust-cache@v2
110111
- uses: actions/cache@v4

0 commit comments

Comments
 (0)