From 7142349c054bb47b1831435c2f9449b6863d8b76 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Wed, 2 Aug 2023 18:45:51 +0200 Subject: [PATCH] g++ version 11 for Solaris --- .github/workflows/solaris.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/solaris.yml b/.github/workflows/solaris.yml index 17aa528d..110fb6f0 100644 --- a/.github/workflows/solaris.yml +++ b/.github/workflows/solaris.yml @@ -20,6 +20,11 @@ jobs: uses: vmactions/solaris-vm@v0 with: prepare: | + pkg publisher solaris + pkg update --accept + pkg publisher solaris + pkg list -af entire + pfexec pkg update -nv pkg publisher solaris echo "========= before ggc install =========" pkg install -v --accept gcc-11