We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094cb53 commit 83dea31Copy full SHA for 83dea31
.github/workflows/main.yml
@@ -16,4 +16,4 @@ jobs:
16
- name: Run make
17
run: make
18
- name : Run make install
19
- run: make install
+ run: DESTDIR="./install-test/" make install
0 commit comments