mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-20 09:57:09 +00:00
fix: install rust (of course)
This commit is contained in:
parent
71edfc19ff
commit
17b4b965e1
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -y --no-install-recommends \
|
sudo apt-get install -y --no-install-recommends \
|
||||||
cmake ninja-build rsync zip \
|
cmake ninja-build rsync zip \
|
||||||
clang lld llvm
|
clang lld llvm cargo rustc
|
||||||
|
|
||||||
- name: Install xwin
|
- name: Install xwin
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue