1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-17 14:08:12 +00:00

ci: actually fail on FreeBSD

Without "set -e" the job will always be successful.

See vmactions/freebsd-vm#72

(cherry picked from commit 8641f0c24c041136670c975b23408184b45431bc)
This commit is contained in:
Christoph Junghans 2024-04-25 14:56:06 -07:00 committed by Lasse Collin
parent 4132277103
commit 1bdc70176b
No known key found for this signature in database
GPG Key ID: 38EE757D69184620

View File

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