We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb92da commit ac08b46Copy full SHA for ac08b46
.github/workflows/push.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: configure project
25
# We reuse the build binary only for the releases.
26
# We set tweak version to off, because it is wrong, as git tag will happen after this step. Releases don't have a tweak, so this is ok.
27
- run: cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
+ run: cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DCMAKE_INSTALL_PREFIX=/usr .
28
29
- name: build project
30
run: cmake --build . -j$(nproc) --target package
0 commit comments