diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40d2a76..c2498fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,15 +33,14 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + toolchain: nightly target: thumbv7em-none-eabihf override: true components: clippy - - name: cargo clippy - uses: actions-rs/cargo@v1 + - uses: actions-rs/clippy-check@v1 continue-on-error: true with: - command: clippy + token: ${{ secrets.GITHUB_TOKEN }} compile: runs-on: ubuntu-latest