Skip to content

Commit

Permalink
CI: set -e on openbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans authored and thesamesam committed Jun 3, 2024
1 parent 7f2610f commit e781a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e781a1a

Please sign in to comment.