From: Chocobo1 Date: Sun, 29 Aug 2021 11:59:21 +0000 (+0800) Subject: CI: Perform installation step X-Git-Tag: ppp-2.5.0~55^2~2 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=74a76e8e658d89f1b0a61af8cb903d412852f882;hp=812e8e5c87da4fd84ae7bc5b6a18c85106188eb3;p=ppp.git CI: Perform installation step This ensures installation code to be tested. --- diff --git a/.github/workflows/solaris.yaml b/.github/workflows/solaris.yaml index 1017813..b36b1b5 100644 --- a/.github/workflows/solaris.yaml +++ b/.github/workflows/solaris.yaml @@ -15,3 +15,4 @@ jobs: pkg install gcc automake autoconf libtool ./autogen.sh CFLAGS="-Wno-deprecated-declarations" make + make install