ci: set -e on openbsd

Closes: https://github.com/tukaani-project/xz/pull/116
This commit is contained in:
Christoph Junghans 2024-04-30 07:49:26 -06:00 committed by Lasse Collin
parent 21b02dd128
commit e885dae37f
1 changed files with 1 additions and 0 deletions

View File

@ -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