Skip to content

Commit 39586e4

Browse files
committed
Update workflows from templates.
1 parent 52636d7 commit 39586e4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/rust-daily.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ jobs:
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
@@ -41,7 +38,6 @@ jobs:
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
@@ -55,8 +51,8 @@ jobs:
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

0 commit comments

Comments
 (0)