fix(workflows): install rust

i hate you forgejo
This commit is contained in:
neoapps-dev 2026-03-28 21:09:26 +01:00
parent 17b4b965e1
commit 5574d8ef6f

View file

@ -30,7 +30,12 @@ jobs:
sudo apt-get update -qq
sudo apt-get install -y --no-install-recommends \
cmake ninja-build rsync zip \
clang lld llvm cargo rustc
clang lld llvm
- name: Install Rust toolchain
uses: wackbyte/rust-toolchain@trunk
with:
toolchain: stable
- name: Install xwin
run: |