Skip to content

Commit

Permalink
CI: Don't require po4a on Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Jun 3, 2024
1 parent 5229bdf commit a61c9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a61c9ab

Please sign in to comment.