From f9d9e304e53a9c7fa8d08e7dfe001792faef5b38 Mon Sep 17 00:00:00 2001 From: jutty Date: Sat, 21 Mar 2026 09:24:16 -0300 Subject: [PATCH] CI: Reenable rustup commands --- .forgejo/workflows/verify.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/verify.yaml b/.forgejo/workflows/verify.yaml index 2c0c8f8..27531a3 100644 --- a/.forgejo/workflows/verify.yaml +++ b/.forgejo/workflows/verify.yaml @@ -26,14 +26,13 @@ jobs: - name: Setup Rust toolchain run: | - #rustup component add llvm-tools-preview - #rustup component add --toolchain nightly rustfmt clippy - #rustup target add x86_64-unknown-linux-gnu - #rustup target add x86_64-unknown-linux-musl + rustup component add llvm-tools-preview + rustup component add --toolchain nightly rustfmt clippy + rustup target add x86_64-unknown-linux-gnu + rustup target add x86_64-unknown-linux-musl - name: Setup additional tooling - run: | - .forgejo/workflows/setup-tools.sh + run: .forgejo/workflows/setup-tools.sh - name: Build run: just ci build