Skip to content

Commit 2ef4465

Browse files
committed
Work on check-solaris11.
1 parent 5b7f98f commit 2ef4465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/many-platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A GitHub Actions workflow that builds a package on many platforms.
22

3-
# Copyright (C) 2024-2025 Free Software Foundation, Inc.
3+
# Copyright (C) 2024-2026 Free Software Foundation, Inc.
44
#
55
# This file is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published
@@ -653,7 +653,7 @@ jobs:
653653
prepare: |
654654
: "Install Solaris packages"
655655
: "List of packages: http://pkg.oracle.com/solaris/release/en/index.shtml"
656-
pkg install gnu-make test-deep; ret=$?; test $ret = 0 || test $ret = 4
656+
set +e; pkg install gnu-make test-deep; ret=$?; test $ret = 0 || test $ret = 4
657657
PERL_MM_USE_DEFAULT=1; export PERL_MM_USE_DEFAULT
658658
cpan -i Clone
659659
cpan -i 'Data::Compare'

0 commit comments

Comments
 (0)