Skip to content

Commit

Permalink
CI: actually fail on FreeBSD
Browse files Browse the repository at this point in the history
Without "set -e" the job will always be successful.

See vmactions/freebsd-vm#72
  • Loading branch information
junghans authored and thesamesam committed Jun 3, 2024
1 parent dd4111e commit e0f4222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
prepare: |
pkg install -y autoconf automake gmake gettext-tools gtar libtool m4 po4a
run: |
set -e
export LC_ALL=C LANG=C
uname -a
./autogen.sh
Expand Down

0 comments on commit e0f4222

Please sign in to comment.