File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 22
22
profile : minimal
23
23
toolchain : ${{ matrix.toolchain }}
24
24
override : true
25
- - uses : Swatinem/rust-cache@v2
26
- id : rust-cache
27
25
- name : Install sccache
28
- if : steps.rust-cache.outputs.cache-hit != 'true'
29
26
uses : IronCoreLabs/rust-install@v0.1.0
30
27
with :
31
28
crate : sccache
34
31
os : ubuntu-22.04
35
32
version : latest
36
33
- name : Setup sccache env variables
37
- if : steps.rust-cache.outputs.cache-hit != 'true'
38
34
run : ' echo "CC=$(which cc)" >> $GITHUB_ENV
39
35
40
36
echo "RUSTC_WRAPPER=$HOME/.cargo/bin/sccache" >> $GITHUB_ENV
48
44
echo "SCCACHE_S3_USE_SSL=true" >> $GITHUB_ENV
49
45
50
46
'
47
+ - uses : Swatinem/rust-cache@v2
51
48
- run : cargo check --all-features
52
49
- name : Print sccache stats
53
- if : steps.rust-cache.outputs.cache-hit != 'true'
54
50
run : sccache -s
You can’t perform that action at this time.
0 commit comments