CI: Don't require po4a on Solaris

This commit is contained in:
Lasse Collin 2024-06-03 17:07:11 +03:00
parent 5229bdf533
commit a61c9ab475
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
set -e
export LC_ALL=C LANG=C
uname -a
./autogen.sh
./autogen.sh --no-po4a
./configure --enable-werror
make
make check VERBOSE=1