Skip to content

Commit

Permalink
build: add missing XCB dependency on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Jun 20, 2023
1 parent 121d856 commit 621f236
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install libpulse-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xinerama0 libxkbcommon-x11-0 libgstreamer-plugins-base1.0-0 zsync xvfb
sudo apt install libpulse-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xinerama0 libxcb-cursor0 libxkbcommon-x11-0 libgstreamer-plugins-base1.0-0 zsync xvfb
- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down Expand Up @@ -557,8 +557,6 @@ jobs:

- name: Build
run: |
echo $Qt6_DIR
ls $Qt6_DIR/..
mkdir build
cd build
export ANDROID_SDK_ROOT=$ANDROID_HOME
Expand Down

0 comments on commit 621f236

Please sign in to comment.