diff --git a/.github/workflows/solaris.yaml b/.github/workflows/solaris.yaml index 7dc2f2e5..8d1f4480 100644 --- a/.github/workflows/solaris.yaml +++ b/.github/workflows/solaris.yaml @@ -8,11 +8,10 @@ jobs: - name: Checkout PPP sources uses: actions/checkout@v3 - name: Build - uses: vmactions/solaris-vm@v1.0.0 + uses: vmactions/solaris-vm@v1.0.2 with: + release: "11.4-gcc" run: | - pkg update - pkg install gcc automake autoconf libtool ./autogen.sh CFLAGS="-Wno-deprecated-declarations" make make install