Fix the linux CI, hopefully

This commit is contained in:
Olivier Galibert 2022-11-15 16:27:22 +01:00
parent 74df09987f
commit 1f7004c25b
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -12,7 +12,8 @@ addons:
- libasound2-dev
- libxinerama-dev
- libxi-dev
- qt5-default
- qtbase5-dev
- qtbase5-dev-tools
update: true
jobs:
include: