mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-07-04 10:27:03 +00:00
fix(workflows): install rust
i hate you forgejo
This commit is contained in:
parent
17b4b965e1
commit
5574d8ef6f
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue