libxkbcommon-x11

This commit is contained in:
Rick Vogel 2023-04-03 18:12:37 +02:00
parent a078753f71
commit 0a55eebfd4
1 changed files with 3 additions and 1 deletions

View File

@ -282,7 +282,9 @@ jobs:
- name: Install needed xkbcommon symlink
if: startsWith(matrix.config.name, 'Ubuntu') && endsWith(matrix.config.name, 'Qt6')
run: sudo apt-get install libxkbcommon-dev -y
run: |
sudo apt-get install libxkbcommon-dev -y
sudo apt-get install libxkbcommon-x11-0 -y
- name: Install hunspell for Ubuntu
if: false && startsWith(matrix.config.name, 'Ubuntu')