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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install libxkbcommon-x11-0
|
sudo apt-get install libxkbcommon-x11-0 libxcb-util1
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ci/appimage-script.sh
|
run: ci/appimage-script.sh
|
||||||
|
|
Loading…
Reference in New Issue