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
This commit is contained in:
parent
ef616683ef
commit
8641f0c24c
1
.github/workflows/freebsd.yml
vendored
1
.github/workflows/freebsd.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user