comments
This commit is contained in:
parent
3882352428
commit
3fe2433eab
|
@ -37,8 +37,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ env.RUST_STABLE }}
|
toolchain: ${{ env.RUST_STABLE }}
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
# fresh install is faster than using the cache (11 secs vs 1 minute)
|
||||||
cache: false
|
cache: false
|
||||||
# avoid the default "-D warnings"
|
# avoid the default "-D warnings" which thrashes cache
|
||||||
rustflags: ""
|
rustflags: ""
|
||||||
|
|
||||||
# https://github.com/actions/cache/blob/main/examples.md#rust---cargo
|
# https://github.com/actions/cache/blob/main/examples.md#rust---cargo
|
||||||
|
|
Loading…
Reference in New Issue