From c276b54e94594a876183a0f83260b21659616401 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 11 Sep 2023 17:33:54 +0200 Subject: [PATCH] Remove one occurence of "qt5" --- .github/workflows/cmake-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-all.yml b/.github/workflows/cmake-all.yml index d0507b4d430..77f607ab884 100644 --- a/.github/workflows/cmake-all.yml +++ b/.github/workflows/cmake-all.yml @@ -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