mirror of https://github.com/Syncplay/syncplay
Add missing libxcb-util to build environment
This commit is contained in:
parent
868c26383f
commit
7ba9a0fefe
|
@ -131,7 +131,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install libxkbcommon-x11-0
|
||||
sudo apt-get install libxkbcommon-x11-0 libxcb-util1
|
||||
|
||||
- name: Build
|
||||
run: ci/appimage-script.sh
|
||||
|
|
Loading…
Reference in New Issue