File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 47
47
48
48
env :
49
49
RUST_BACKTRACE : " 1"
50
- SCCACHE_GHA_ENABLED : " true"
51
- RUSTC_WRAPPER : " sccache"
52
50
53
51
steps :
54
52
- name : Checkout
@@ -59,18 +57,12 @@ jobs:
59
57
uses : actions/cache@v4
60
58
with :
61
59
path : rewatch/target
62
- key : rewatch-build-${{ matrix.rust-target }}-${{ hashFiles('rewatch/src/**', 'rewatch/Cargo.lock') }}
60
+ key : rewatch-build-v2- ${{ matrix.rust-target }}-${{ hashFiles('rewatch/src/**', 'rewatch/Cargo.lock') }}
63
61
64
62
- name : Install musl gcc
65
63
if : steps.build-cache.outputs.cache-hit != 'true' && runner.os == 'Linux'
66
64
run : sudo apt-get install -y --no-install-recommends musl-tools
67
65
68
- - name : Set up sccache
69
- if : steps.build-cache.outputs.cache-hit != 'true'
70
- uses : mozilla-actions/sccache-action@v0.0.4
71
- with :
72
- version : " v0.8.0"
73
-
74
66
- name : Install rust toolchain
75
67
if : steps.build-cache.outputs.cache-hit != 'true'
76
68
uses : dtolnay/rust-toolchain@master
You can’t perform that action at this time.
0 commit comments