Skip to content

Commit

Permalink
Work on check-solaris11.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaible committed Sep 17, 2024
1 parent cc81366 commit 1088f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/many-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ jobs:
prepare: |
: "Install Solaris packages"
: "List of packages: http://pkg.oracle.com/solaris/release/en/index.shtml"
pkg install gcc-c++ gnu-make
pkg install gcc-c++ gnu-make; ret=$?; test $ret = 0 || test $ret = 4
run: |
set -x
uname -a
Expand Down

0 comments on commit 1088f39

Please sign in to comment.