From edd1dc1016000f85a7cb6c1296bc568b1a35a6d8 Mon Sep 17 00:00:00 2001 From: jutty Date: Wed, 18 Feb 2026 05:20:23 -0300 Subject: [PATCH] Move clippy to nightly rustup call on publish workflow --- .forgejo/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 22ae7bb..82de69a 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -23,8 +23,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: |