diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfd4a90..c7f068b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,4 +49,4 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: targets: "thumbv6m-none-eabi" - - run: cargo clippy --target thumb6m-none-eabi -- -D warnings + - run: cargo clippy --target thumbv6m-none-eabi -- -D warnings