summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-03-16 13:24:28 +0000
committerYann Ylavic <ylavic@apache.org>2023-03-16 13:24:28 +0000
commite627a9740b541c235fec46f614289e0836c3a8c4 (patch)
tree16523b4e334fd3a3462d0ed9371ff8fec6dcb44a
parentfd5e9e4d5e948437c08444cd2110fb756cd4047f (diff)
downloadapr-e627a9740b541c235fec46f614289e0836c3a8c4.tar.gz
ci: install to some writable directory.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1908437 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 51916c13c..47742afe6 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -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