From a9d7e70f29c853e4c90b860e5264b3d2cab41a44 Mon Sep 17 00:00:00 2001 From: jutty Date: Wed, 18 Feb 2026 05:09:19 -0300 Subject: [PATCH] Change check CI workflow clippy to nightly --- .forgejo/workflows/check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 0cbf49d..12d5cab 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -28,8 +28,8 @@ jobs: - name: Setup Rust toolchain run: | - rustup component add clippy llvm-tools-preview - rustup component add --toolchain nightly rustfmt + rustup component add llvm-tools-preview + rustup component add --toolchain nightly rustfmt clippy - name: Setup additional tooling run: |