ci: Explicitly install toolchain / activate cache for lint job
This commit is contained in:
parent
aa67464b78
commit
a108c9a08f
7
.github/workflows/style.yml
vendored
7
.github/workflows/style.yml
vendored
@ -16,6 +16,13 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install rust nightly toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly-2022-03-23
|
||||
override: true
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- name: Check spelling
|
||||
uses: crate-ci/typos@master
|
||||
|
Loading…
x
Reference in New Issue
Block a user