Skip to content

Commit 8f75550

Browse files
committed
Update workflows from templates.
1 parent afdfc5a commit 8f75550

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
@@ -22,10 +22,7 @@ jobs:
2222
profile: minimal
2323
toolchain: ${{ matrix.toolchain }}
2424
override: true
25-
- uses: Swatinem/rust-cache@v2
26-
id: rust-cache
2725
- name: Install sccache
28-
if: steps.rust-cache.outputs.cache-hit != 'true'
2926
uses: IronCoreLabs/rust-install@v0.1.0
3027
with:
3128
crate: sccache
@@ -34,7 +31,6 @@ jobs:
3431
os: ubuntu-22.04
3532
version: latest
3633
- name: Setup sccache env variables
37-
if: steps.rust-cache.outputs.cache-hit != 'true'
3834
run: 'echo "CC=$(which cc)" >> $GITHUB_ENV
3935
4036
echo "RUSTC_WRAPPER=$HOME/.cargo/bin/sccache" >> $GITHUB_ENV
@@ -48,7 +44,7 @@ jobs:
4844
echo "SCCACHE_S3_USE_SSL=true" >> $GITHUB_ENV
4945
5046
'
47+
- uses: Swatinem/rust-cache@v2
5148
- run: cargo check --all-features
5249
- name: Print sccache stats
53-
if: steps.rust-cache.outputs.cache-hit != 'true'
5450
run: sccache -s

0 commit comments

Comments
 (0)