diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index f6b7b75..0cbf49d 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -28,7 +28,8 @@ jobs: - name: Setup Rust toolchain run: | - rustup component add rustfmt clippy llvm-tools-preview + rustup component add clippy llvm-tools-preview + rustup component add --toolchain nightly rustfmt - name: Setup additional tooling run: |