File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments