Skip to content

Commit

Permalink
set install path to ~/.local
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBencina committed Aug 23, 2024
1 parent bd06a54 commit 03e4712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03e4712

Please sign in to comment.