CI: Don't require po4a on Solaris

(cherry picked from commit a61c9ab475)
This commit is contained in:
Lasse Collin 2024-06-03 17:07:11 +03:00
parent 83d3792711
commit 0c089a33a5
No known key found for this signature in database
GPG Key ID: 38EE757D69184620
1 changed files with 1 additions and 1 deletions

View File

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