Release 1.6.0

this time with correct packaging the second
This commit is contained in:
Linus Dierheimer 2022-07-26 22:27:13 +02:00
parent ceb92dafd7
commit ac08b46e71
No known key found for this signature in database
GPG Key ID: 74FA57726CDD7B61

View File

@ -24,7 +24,7 @@ jobs:
- name: configure project
# We reuse the build binary only for the releases.
# 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.
run: cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
run: cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DCMAKE_INSTALL_PREFIX=/usr .
- name: build project
run: cmake --build . -j$(nproc) --target package