From a3ab47a05c59b6edf15a6015e673523ef85f467c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Tue, 17 Sep 2024 18:08:03 +0200 Subject: [PATCH] Fixed CI fmt issue of different cargo fmt versions for kernels and binary Co-authored-by: Jonathan Klimt --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e6560e2..51d7ee7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,11 +75,8 @@ jobs: components: rustfmt - name: Format run: cargo fmt --all -- --check - - name: Install rustfmt for Test Kernels - run: rustup component add rustfmt - working-directory: tests/test-kernels - name: Format Test Kernels - run: cargo fmt --all -- --check + run: cargo +nightly fmt --all -- --check working-directory: tests/test-kernels clippy: