Clippy needs core too.

This commit is contained in:
Jonathan 'theJPster' Pallant
2021-12-05 18:39:12 +00:00
parent 515afd53c0
commit 3c87ecdbb7

View File

@@ -55,6 +55,7 @@ jobs:
with:
toolchain: stable
components: clippy
- run: rustup target install thumbv6m-none-eabi
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}