Skip to content

Commit a014634

Browse files
committed
Work on check-solaris11.
1 parent db166a3 commit a014634

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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
@@ -396,7 +396,7 @@ jobs:
396396
prepare: |
397397
: "Install Solaris packages"
398398
: "List of packages: http://pkg.oracle.com/solaris/release/en/index.shtml"
399-
pkg install gcc gcc-c++; ret=$?; test $ret = 0 || test $ret = 4
399+
set +e; pkg install gcc gcc-c++; ret=$?; test $ret = 0 || test $ret = 4
400400
run: |
401401
set -x
402402
uname -a

0 commit comments

Comments
 (0)