Skip to content

Commit 03e4712

Browse files
committed
set install path to ~/.local
1 parent bd06a54 commit 03e4712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autotools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: configure
18-
run: ./configure
18+
run: ./configure --prefix=/home/runner/.local
1919
- name: make
2020
run: make
2121
- name: install

0 commit comments

Comments
 (0)