libxcb-cursor-dev

This commit is contained in:
Rick Vogel 2023-04-03 18:26:34 +02:00
parent 0a55eebfd4
commit 6c36e01e1e
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ jobs:
run: |
sudo apt-get install libxkbcommon-dev -y
sudo apt-get install libxkbcommon-x11-0 -y
sudo apt-get install libxcb-cursor-dev -y
- name: Install hunspell for Ubuntu
if: false && startsWith(matrix.config.name, 'Ubuntu')