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 - name: Setup Rust toolchain
run: | run: |
#rustup component add llvm-tools-preview rustup component add llvm-tools-preview
#rustup component add --toolchain nightly rustfmt clippy rustup component add --toolchain nightly rustfmt clippy
#rustup target add x86_64-unknown-linux-gnu rustup target add x86_64-unknown-linux-gnu
#rustup target add x86_64-unknown-linux-musl rustup target add x86_64-unknown-linux-musl
- name: Setup additional tooling - name: Setup additional tooling
run: | run: .forgejo/workflows/setup-tools.sh
.forgejo/workflows/setup-tools.sh
- name: Build - name: Build
run: just ci build run: just ci build