CI: Reenable rustup commands
Some checks are pending
/ verify (push) Waiting to run

This commit is contained in:
Juno Takano 2026-03-21 09:24:16 -03:00
commit f9d9e304e5

View file

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