GHA fixup

This commit is contained in:
Viktor Szakats 2025-08-02 10:57:53 +02:00
parent 979132f019
commit c60fc8ea7b
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 2 deletions

View file

@ -619,7 +619,7 @@ jobs:
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
cmake --install bld --strip
else
make install
make -C bld V=1 install
fi
- name: 'build tests'