Skip to content

Commit

Permalink
g++ version 11 for Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
gansm committed Aug 2, 2023
1 parent 7142349 commit adee48a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
pkg publisher solaris
pkg update --accept
pkg publisher solaris
pkg list -af entire
pkg list -af gcc
pkg list -af gcc-11
pfexec pkg update -nv
pkg publisher solaris
echo "========= before ggc install ========="
pkg install -v --accept gcc-11
pkg install -v --accept developer/gcc-11
g++ -dumpfullversion -dumpversion
echo "========= after ggc install ========="
pkgutil -y -i automake autoconf autoconf_archive libtool pkgconfig libcppunit1_12_1 libcppunit_dev gsed ggrep
Expand Down

0 comments on commit adee48a

Please sign in to comment.