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:24:28 UTC

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

Author: ylavic
Date: Thu Mar 16 13:24:28 2023
New Revision: 1908437

URL: http://svn.apache.org/viewvc?rev=1908437&view=rev
Log:
ci: install to some writable directory.

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=1908437&r1=1908436&r2=1908437&view=diff
==============================================================================
--- apr/apr/trunk/.github/workflows/linux.yml (original)
+++ apr/apr/trunk/.github/workflows/linux.yml Thu Mar 16 13:24:28 2023
@@ -55,7 +55,7 @@ jobs:
     - name: buildconf
       run: ./buildconf
     - name: configure
-      run: ./configure ${{ matrix.config }}
+      run: ./configure --prefix=/tmp/apr ${{ matrix.config }}
     - name: make
       run: make $MARGS
     - name: install