You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by yl...@apache.org on 2023/03/16 13:20:32 UTC

svn commit: r1908436 - /apr/apr/trunk/.github/workflows/linux.yml

Author: ylavic
Date: Thu Mar 16 13:20:31 2023
New Revision: 1908436

URL: http://svn.apache.org/viewvc?rev=1908436&view=rev
Log:
ci: DSOs should be installed for apu_dso_load().

Modified:
    apr/apr/trunk/.github/workflows/linux.yml

Modified: apr/apr/trunk/.github/workflows/linux.yml
URL: http://svn.apache.org/viewvc/apr/apr/trunk/.github/workflows/linux.yml?rev=1908436&r1=1908435&r2=1908436&view=diff
==============================================================================
--- apr/apr/trunk/.github/workflows/linux.yml (original)
+++ apr/apr/trunk/.github/workflows/linux.yml Thu Mar 16 13:20:31 2023
@@ -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