CI: improve KaOS deps installation

This commit is contained in:
Adriaan de Groot 2023-10-24 02:15:34 +02:00
parent cfc5b03264
commit 7790d52a4d

6
ci/deps-kaos.sh Normal file → Executable file
View File

@ -6,15 +6,15 @@
# with many useful things already installed, so the list
# here is short.
#
pacman -Sy git cmake ninja # No jq available
pacman -Sy \
pacman -Sy --noconfirm git cmake ninja # No jq available
pacman -S --noconfirm \
"gcc" \
"boost" \
"qt5-tools" \
"yaml-cpp" \
"kpmcore" \
"icu"
pacman -Sy \
pacman -S --noconfirm \
"extra-cmake-modules" \
"kiconthemes" \
"kservice" \