Install 3rd party libraries dev packages in Cirrus CI build

As we don't check out all submodules, we need them there.
This commit is contained in:
Vadim Zeitlin 2022-12-30 19:21:44 +01:00
parent e9cfd92869
commit 120e8f5395

View file

@ -33,7 +33,8 @@ task:
case "${osname}" in
Linux)
WX_EXTRA_PACKAGES="$WX_EXTRA_PACKAGES g++ make"
WX_EXTRA_PACKAGES="$WX_EXTRA_PACKAGES \
g++ libexpat1-dev libjpeg-dev libpng-dev libtiff5-dev make zlib1g-dev"
;;
esac