From 4c4a4fc6cdb15127b6d4911e9022525cdd05d561 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 26 Jun 2025 19:56:32 +0200 Subject: [PATCH] syntax error --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9549584..a54c262 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - components: rustfmt + with: + components: rustfmt - run: cargo fmt --all -- --check docs: @@ -36,5 +37,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@nightly - components: clippy + with: + components: clippy - run: cargo clippy --target armv7a-none-eabihf -- -D warnings