From 03e47123850a800cba1296a605fa4076a701daeb Mon Sep 17 00:00:00 2001 From: Ross Bencina Date: Fri, 23 Aug 2024 10:20:02 +1000 Subject: [PATCH] set install path to ~/.local --- .github/workflows/autotools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index f545d4031..0dd4d2aa1 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: configure - run: ./configure + run: ./configure --prefix=/home/runner/.local - name: make run: make - name: install