CI: add tools for schema-validation to EndeavourOS build

This commit is contained in:
Adriaan de Groot 2024-09-08 07:06:39 -04:00
parent 9a9acf0b93
commit 7f49b21c49

View File

@ -5,7 +5,9 @@
# There is no docker image for EndeavoudOS, and the live ISO # There is no docker image for EndeavoudOS, and the live ISO
# for Cassini Nova is KF5 / Qt5 based, but we can build there. # for Cassini Nova is KF5 / Qt5 based, but we can build there.
# It even has most of the build-deps already installed. # It even has most of the build-deps already installed.
pacman -Syu --noconfirm git cmake ninja jq pacman -Syu --noconfirm jq
pacman -S --noconfirm gcc yaml-cpp icu pacman -S --noconfirm git cmake ninja jq || exit 1
pacman -S --noconfirm extra-cmake-modules pacman -S --noconfirm gcc yaml-cpp icu || exit 1
pacman -S --noconfirm extra-cmake-modules || exit 1
pacman -S --noconfirm python-jsonschema || exit 1