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 2929 accesskey : AKIAU2WBY6VDTC563V7G
3030 secretkey : ${{ secrets.TOOL_CACHE_SECRET_KEY }}
3131 os : ubuntu-20.04
32- - uses : Swatinem/rust-cache@v2
33- id : rust-cache
3432 - name : Install sccache
35- if : steps.rust-cache.outputs.cache-hit != 'true'
3633 uses :
IronCoreLabs/[email protected] 3734 with :
3835 crate : sccache
4138 os : ubuntu-22.04
4239 version : latest
4340 - name : Setup sccache env variables
44- if : steps.rust-cache.outputs.cache-hit != 'true'
4541 run : ' echo "CC=$(which cc)" >> $GITHUB_ENV
4642
4743 echo "RUSTC_WRAPPER=$HOME/.cargo/bin/sccache" >> $GITHUB_ENV
5551 echo "SCCACHE_S3_USE_SSL=true" >> $GITHUB_ENV
5652
5753 '
54+ - uses : Swatinem/rust-cache@v2
5855 - run : cargo update
5956 - run : cargo check --all-features
6057 - name : Print sccache stats
61- if : steps.rust-cache.outputs.cache-hit != 'true'
6258 run : sccache -s
You can’t perform that action at this time.
0 commit comments