Remove one occurence of "qt5"

This commit is contained in:
Laurent Rineau 2023-09-11 17:33:54 +02:00
parent 303282aec6
commit c276b54e94
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
mkdir build && cd build && CXX=clang++ cmake -DWITH_examples=ON -DWITH_tests=ON -DWITH_demos=ON -DBUILD_TESTING=ON ..
ctest -L Installation -j $(getconf _NPROCESSORS_ONLN)
cmake-testsuite-with-qt5:
cmake-testsuite-with-qt:
runs-on: ubuntu-latest