CI: improve KaOS dependencies installation

This commit is contained in:
Adriaan de Groot 2023-10-24 11:32:14 +02:00
parent 7790d52a4d
commit 4f585b6f2e

View File

@ -4,9 +4,10 @@
# #
# There is no docker image for KaOS, and the live ISO comes # There is no docker image for KaOS, and the live ISO comes
# with many useful things already installed, so the list # with many useful things already installed, so the list
# here is short. # here is short. Use pacman -Syu once to update the whole
# system to get latest libraries.
# #
pacman -Sy --noconfirm git cmake ninja # No jq available pacman -Syu --noconfirm git cmake ninja # No jq available
pacman -S --noconfirm \ pacman -S --noconfirm \
"gcc" \ "gcc" \
"boost" \ "boost" \