mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
CI: Use set -e on Solaris too
This commit is contained in:
parent
afa938e429
commit
5229bdf533
1
.github/workflows/solaris.yml
vendored
1
.github/workflows/solaris.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
|||||||
prepare: |
|
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
|
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: |
|
run: |
|
||||||
|
set -e
|
||||||
export LC_ALL=C LANG=C
|
export LC_ALL=C LANG=C
|
||||||
uname -a
|
uname -a
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user