diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 6c6f02426eb98..b3a2e5271f45e 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -48,7 +48,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libasound2-dev libxinerama-dev libxi-dev qtbase6-dev qtbase6-dev-tools + sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libasound2-dev libxinerama-dev libxi-dev qt6-base-dev qt6-base-dev-tools - name: Install clang if: matrix.compiler == 'clang' run: sudo apt-get install -y clang