Fix the linux CI, hopefully

sscope_video
Olivier Galibert 1 year ago
parent 74df09987f
commit 1f7004c25b
  1. 2
      .github/workflows/ci-linux.yml
  2. 3
      .travis.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

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

Loading…
Cancel
Save