Skip to content

Commit ac08b46

Browse files
Release 1.6.0
this time with correct packaging the second
1 parent ceb92da commit ac08b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: configure project
2525
# We reuse the build binary only for the releases.
2626
# 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 .
27+
run: cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DCMAKE_INSTALL_PREFIX=/usr .
2828

2929
- name: build project
3030
run: cmake --build . -j$(nproc) --target package

0 commit comments

Comments
 (0)