Skip to content

Commit 1f7004c

Browse files
committed
Fix the linux CI, hopefully
1 parent 74df099 commit 1f7004c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install dependencies
4848
run: |
4949
sudo apt-get update
50-
sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libasound2-dev libxinerama-dev libxi-dev qt5-default
50+
sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libasound2-dev libxinerama-dev libxi-dev qtbase5-dev qtbase5-dev-tools
5151
- name: Install clang
5252
if: matrix.compiler == 'clang'
5353
run: sudo apt-get install -y clang

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ addons:
1212
- libasound2-dev
1313
- libxinerama-dev
1414
- libxi-dev
15-
- qt5-default
15+
- qtbase5-dev
16+
- qtbase5-dev-tools
1617
update: true
1718
jobs:
1819
include:

0 commit comments

Comments
 (0)