ci: add rustup, x11, xvfb to runner packages for deskctl

This commit is contained in:
Harivansh Rathi 2026-04-05 11:43:47 -04:00
parent 8b4d5afcde
commit 09dab7e43b

View file

@ -67,10 +67,15 @@ let
python3 python3
python3Packages.pip python3Packages.pip
ripgrep ripgrep
rustup
stdenv.cc stdenv.cc
unzip unzip
uv uv
wget wget
libx11
libx11.dev
libxtst
xvfb-run
xz xz
zip zip
]; ];