We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff1dc4 commit 8763298Copy full SHA for 8763298
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
if: ${{ ! matrix.is_mac }}
25
run: |
26
sudo apt-get update
27
- sudo apt-get install libxft-dev libxinerama-dev xserver-xephyr libxcb
+ sudo apt-get install libxft-dev libxinerama-dev xserver-xephyr libxcb1-dev
28
- name: Install X libraries (mac)
29
if: ${{ matrix.is_mac }}
30
0 commit comments