From 74a76e8e658d89f1b0a61af8cb903d412852f882 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sun, 29 Aug 2021 19:59:21 +0800 Subject: [PATCH] CI: Perform installation step This ensures installation code to be tested. --- .github/workflows/solaris.yaml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2