summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2023-03-16 13:24:28 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2023-03-16 13:24:28 +0000
commitf30cfc8bcfa06c2335d59755df98a973fc0899db (patch)
tree16523b4e334fd3a3462d0ed9371ff8fec6dcb44a
parent9d1714038b0dbc5f2a60763d6c1f62139998baf9 (diff)
downloadlibapr-f30cfc8bcfa06c2335d59755df98a973fc0899db.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