ci: set -e on netbsd

(cherry picked from commit 21b02dd128)
This commit is contained in:
Christoph Junghans 2024-04-30 07:48:58 -06:00 committed by Lasse Collin
parent 1bdc70176b
commit a2d66de54f
No known key found for this signature in database
GPG Key ID: 38EE757D69184620
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
prepare: | prepare: |
/usr/sbin/pkg_add -v autoconf automake gmake gettext-tools gtar-base libtool-base m4 po4a /usr/sbin/pkg_add -v autoconf automake gmake gettext-tools gtar-base libtool-base m4 po4a
run: | run: |
set -e
export LC_ALL=C LANG=C export LC_ALL=C LANG=C
uname -a uname -a
./autogen.sh ./autogen.sh