mirror of https://git.tukaani.org/xz.git
ci: set -e on openbsd
Closes: https://github.com/tukaani-project/xz/pull/116
This commit is contained in:
parent
21b02dd128
commit
e885dae37f
|
@ -23,6 +23,7 @@ jobs:
|
|||
prepare: |
|
||||
/usr/sbin/pkg_add -I -v autoconf-2.71 automake-1.16.5 gmake gettext-tools gtar libtool m4
|
||||
run: |
|
||||
set -e
|
||||
export LC_ALL=C LANG=C
|
||||
export AUTOCONF_VERSION=2.71
|
||||
export AUTOMAKE_VERSION=1.16
|
||||
|
|
Loading…
Reference in New Issue