This commit is contained in:
GroovieGermanikus 2023-09-08 20:34:02 +02:00
parent 3882352428
commit 3fe2433eab
1 changed files with 2 additions and 1 deletions

View File

@ -37,8 +37,9 @@ jobs:
with:
toolchain: ${{ env.RUST_STABLE }}
components: rustfmt, clippy
# fresh install is faster than using the cache (11 secs vs 1 minute)
cache: false
# avoid the default "-D warnings"
# avoid the default "-D warnings" which thrashes cache
rustflags: ""
# https://github.com/actions/cache/blob/main/examples.md#rust---cargo