From 1f7004c25b1ad89288b9daefce4c0cac9c7fe478 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Tue, 15 Nov 2022 16:27:22 +0100 Subject: [PATCH] Fix the linux CI, hopefully --- .github/workflows/ci-linux.yml | 2 +- .travis.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index ac23a09b0c909..88e425c93c81f 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -47,7 +47,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 qt5-default + sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libasound2-dev libxinerama-dev libxi-dev qtbase5-dev qtbase5-dev-tools - name: Install clang if: matrix.compiler == 'clang' run: sudo apt-get install -y clang diff --git a/.travis.yml b/.travis.yml index a6afe57517c02..7e730d917accb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,8 @@ addons: - libasound2-dev - libxinerama-dev - libxi-dev - - qt5-default + - qtbase5-dev + - qtbase5-dev-tools update: true jobs: include: