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 May 17, 2024
1 parent c4606d6 commit a42347b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/many-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,12 +414,12 @@ jobs:
# We can choose among
# - the '11.4' image and installing gcc from the Oracle packages site, or
# - the '11.4-gcc' image, that has gcc installed in /opt/csw/bin.
release: '11.4-gcc'
release: '11.4'
mem: 2048
#prepare: |
# : "Install Solaris packages"
# : "List of packages: http://pkg.oracle.com/solaris/release/en/index.shtml"
# pkg install ...
prepare: |
: "Install Solaris packages"
: "List of packages: http://pkg.oracle.com/solaris/release/en/index.shtml"
pkg install gcc gcc-c++
run: |
set -x
uname -a
Expand Down

0 comments on commit a42347b

Please sign in to comment.