Skip to content

Commit

Permalink
Changing 'make install' for Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pose committed Jan 3, 2025
1 parent 094cb53 commit 83dea31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Run make
run: make
- name : Run make install
run: make install
run: DESTDIR="./install-test/" make install

0 comments on commit 83dea31

Please sign in to comment.