ci: Explicitly install toolchain / activate cache for lint job

This commit is contained in:
Jonas Platte 2022-03-25 09:41:50 +01:00
parent aa67464b78
commit a108c9a08f
No known key found for this signature in database
GPG Key ID: BBA95679259D342F

View File

@ -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