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