Skip to content

Commit aaa4e61

Browse files
committed
fix: bump sccache-actin version
1 parent c30fe07 commit aaa4e61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.runs-on }}
1818
env:
1919
SCCACHE_GHA_ENABLED: "true"
20+
SSCCACHE_VERSION: v0.10.0
2021
RUSTC_WRAPPER: sccache
2122
steps:
2223
- name: Checkout sources
@@ -29,7 +30,7 @@ jobs:
2930
components: rustfmt, clippy
3031

3132
- name: Run sccache-cache
32-
uses: mozilla-actions/[email protected].7
33+
uses: mozilla-actions/[email protected].8
3334

3435
- name: Run cargo fmt
3536
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)