1
0
mirror of https://github.com/tonarino/innernet.git synced 2025-02-03 13:21:24 +02:00

actions: add missing clippy component for nightly

This commit is contained in:
Jake McGinty 2022-09-24 13:01:56 +09:00 committed by GitHub
parent f0fe19674c
commit 1aa16c84f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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