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 # with many useful things already installed, so the list
# here is short. # here is short.
# #
pacman -Sy git cmake ninja # No jq available pacman -Sy --noconfirm git cmake ninja # No jq available
pacman -Sy \ pacman -S --noconfirm \
"gcc" \ "gcc" \
"boost" \ "boost" \
"qt5-tools" \ "qt5-tools" \
"yaml-cpp" \ "yaml-cpp" \
"kpmcore" \ "kpmcore" \
"icu" "icu"
pacman -Sy \ pacman -S --noconfirm \
"extra-cmake-modules" \ "extra-cmake-modules" \
"kiconthemes" \ "kiconthemes" \
"kservice" \ "kservice" \