Skip to content

Commit 83dea31

Browse files
committed
Changing 'make install' for Github Actions.
1 parent 094cb53 commit 83dea31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Run make
1717
run: make
1818
- name : Run make install
19-
run: make install
19+
run: DESTDIR="./install-test/" make install

0 commit comments

Comments
 (0)