Skip to content

Commit

Permalink
Fix the linux CI, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
galibert committed Nov 15, 2022
1 parent 74df099 commit 1f7004c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ addons:
- libasound2-dev
- libxinerama-dev
- libxi-dev
- qt5-default
- qtbase5-dev
- qtbase5-dev-tools
update: true
jobs:
include:
Expand Down

0 comments on commit 1f7004c

Please sign in to comment.