From 68ed2939426e5cb038baaedd03005efba114e153 Mon Sep 17 00:00:00 2001 From: gitlost Date: Tue, 26 Jul 2022 03:45:10 +0100 Subject: [PATCH] github ci give up on Qt --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a4ddf28..225ccc08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,12 +24,6 @@ jobs: - name: Install libpng-dev run: sudo apt-get install libpng-dev - - name: Install Qt - uses: jurplel/install-qt-action@v3 - - - name: Install mesa and xcb (for Qt) - run: sudo apt install mesa-common-dev libglu1-mesa-dev libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0 libxcb-xinerama0 - - name: Create Build Environment # Some projects don't allow in-source building, so create a separate build directory # We'll use this as our working directory for all subsequent commands @@ -40,7 +34,7 @@ jobs: # Use a bash shell so we can use the same syntax for environment variable # access regardless of the host operating system shell: bash - run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DZINT_TEST=ON + run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DZINT_TEST=ON -DZINT_USE_QT=OFF - name: Build working-directory: ${{runner.workspace}}/build