ci: Install necessary tools for nightly job

This commit is contained in:
Jonas Platte 2021-04-22 14:59:29 +02:00
parent 06623f9651
commit 0411574081
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -18,6 +18,7 @@ jobs:
profile: minimal
toolchain: nightly
override: true
components: rustfmt, clippy
- name: Run checks
uses: actions-rs/cargo@v1
with: