From: Christoph Junghans Date: Tue, 30 Apr 2024 13:49:26 +0000 (-0600) Subject: ci: set -e on openbsd X-Git-Tag: v5.7.1alpha~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e885dae37ff5b1dbc760dabc1e03e866a7302ef2;p=thirdparty%2Fxz.git ci: set -e on openbsd Closes: https://github.com/tukaani-project/xz/pull/116 --- diff --git a/.github/workflows/openbsd.yml b/.github/workflows/openbsd.yml index 400cf8fa..0181f6a4 100644 --- a/.github/workflows/openbsd.yml +++ b/.github/workflows/openbsd.yml @@ -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