We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db166a3 commit a014634Copy full SHA for a014634
1 file changed
.github/workflows/many-platforms.yml
@@ -1,6 +1,6 @@
1
# A GitHub Actions workflow that builds a package on many platforms.
2
3
-# Copyright (C) 2024-2025 Free Software Foundation, Inc.
+# Copyright (C) 2024-2026 Free Software Foundation, Inc.
4
#
5
# This file is free software: you can redistribute it and/or modify
6
# it under the terms of the GNU General Public License as published
@@ -396,7 +396,7 @@ jobs:
396
prepare: |
397
: "Install Solaris packages"
398
: "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
+ set +e; pkg install gcc gcc-c++; ret=$?; test $ret = 0 || test $ret = 4
400
run: |
401
set -x
402
uname -a
0 commit comments