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