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: |