We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f01444 commit eb321d7Copy full SHA for eb321d7
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Configuring CMake files
77
id: building-files
78
run: |
79
- mkdir build && cd build && cmake ..
+ mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=~/local
80
- name: Building library
81
id: building-lib
82
0 commit comments