summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-03-16 13:20:31 +0000
committerYann Ylavic <ylavic@apache.org>2023-03-16 13:20:31 +0000
commitfd5e9e4d5e948437c08444cd2110fb756cd4047f (patch)
tree82733a443bfaca5bcf10878fdfea7bbd1c28c76f
parent19012d661c957e144636e3f19b0a8b8dc217ec85 (diff)
downloadapr-fd5e9e4d5e948437c08444cd2110fb756cd4047f.tar.gz
ci: DSOs should be installed for apu_dso_load().
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1908436 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.github/workflows/linux.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index b98bcf2c7..51916c13c 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -58,5 +58,7 @@ jobs:
run: ./configure ${{ matrix.config }}
- name: make
run: make $MARGS
- - name: make check
+ - name: install
+ run: make install
+ - name: check
run: make check