summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChocobo1 <Chocobo1@users.noreply.github.com>2021-08-29 19:59:21 +0800
committerChocobo1 <Chocobo1@users.noreply.github.com>2021-09-21 15:15:03 +0800
commit74a76e8e658d89f1b0a61af8cb903d412852f882 (patch)
tree2fe4c9b65623d47849e8cf1572ebf2bb98c5e61f /.github
parent812e8e5c87da4fd84ae7bc5b6a18c85106188eb3 (diff)
downloadppp-74a76e8e658d89f1b0a61af8cb903d412852f882.tar.gz
CI: Perform installation step
This ensures installation code to be tested.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/solaris.yaml1
1 files changed, 1 insertions, 0 deletions
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