Skip to content

Commit

Permalink
CI: Use set -e on Solaris too
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Jun 3, 2024
1 parent afa938e commit 5229bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
prepare: |
pkg install bash libtool automake gnu-m4 tree wget gcc autoconf //solaris/text/gawk pkg://solaris/text/gnu-diffutils pkg://solaris/text/gnu-grep pkg://solaris/text/gnu-sed
run: |
set -e
export LC_ALL=C LANG=C
uname -a
./autogen.sh
Expand Down

0 comments on commit 5229bdf

Please sign in to comment.