From bf0cdb2a7f0721dcfde01e3df5c91948b2629dac Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 12 May 2025 18:46:38 +1000 Subject: [PATCH] Test on Linux --- .ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index d065e7ab5..8c4bededc 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -21,7 +21,7 @@ set -e if [[ $(uname) != CYGWIN* ]]; then sudo apt-get -qq install libfreetype6-dev liblcms2-dev libtiff-dev python3-tk\ - ghostscript libjpeg-turbo8-dev libopenjp2-7-dev\ + ghostscript libjpeg-turbo8-dev libjxl-dev libopenjp2-7-dev\ cmake meson imagemagick libharfbuzz-dev libfribidi-dev\ sway wl-clipboard libopenblas-dev nasm fi