mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Fix the linux CI, hopefully
This commit is contained in:
parent
74df09987f
commit
1f7004c25b
2 changed files with 3 additions and 2 deletions
2
.github/workflows/ci-linux.yml
vendored
2
.github/workflows/ci-linux.yml
vendored
|
@ -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…
Reference in a new issue