]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
ci: set -e on openbsd
authorChristoph Junghans <christoph.junghans@gmail.com>
Tue, 30 Apr 2024 13:49:26 +0000 (07:49 -0600)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 6 Sep 2024 15:51:57 +0000 (18:51 +0300)
Closes: https://github.com/tukaani-project/xz/pull/116
(cherry picked from commit e885dae37ff5b1dbc760dabc1e03e866a7302ef2)

.github/workflows/openbsd.yml

index 400cf8fa902d71b19a190ebf92307a54be28473d..0181f6a49a6249013422d5d52bede78443eaed1d 100644 (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