diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a9dad0..393eecb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,7 @@ jobs: override: true - uses: actions-rs/cargo@v1 with: - use-cross: true command: check - args: --target thumbv6m-none-eabi fmt: name: Rustfmt @@ -50,9 +48,8 @@ jobs: - run: rustup component add clippy - uses: actions-rs/cargo@v1 with: - use-cross: true command: clippy - args: --target thumbv6m-none-eabi -- -D warnings + args: -- -D warnings ci: if: ${{ success() }}