Skip to content

Commit

Permalink
CI: Add libx11-xcb-dev to Linux packages.
Browse files Browse the repository at this point in the history
This seems to be necessary due to newer `softbuffer` deps for X11.
  • Loading branch information
kpreid committed Sep 13, 2023
1 parent 0063ed0 commit 7ff3357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt update
sudo apt-get -y install libxrandr-dev xorg-dev libwayland-dev libasound2-dev
# libxrandr-dev xorg-dev libwayland-dev: needed for windowing
sudo apt-get -y install libxrandr-dev xorg-dev libx11-xcb-dev libwayland-dev libasound2-dev
# libxrandr-dev xorg-dev libx11-xcb-dev libwayland-dev: needed for windowing
# Note that `libwayland-dev` provides the library called `wayland-client`
# libasound2-dev: needed for audio via `kira`

Expand Down

0 comments on commit 7ff3357

Please sign in to comment.