install libxkbcommon-dev

This commit is contained in:
Rick Vogel 2022-10-31 15:51:20 +01:00
parent 9beaa2ed58
commit b27bfe6f02
1 changed files with 4 additions and 0 deletions

View File

@ -245,6 +245,10 @@ jobs:
ninja --version ninja --version
cmake --version cmake --version
- name: Install needed xkbcommon symlink
if: startsWith(matrix.config.name, 'Ubuntu') && endsWith(matrix.config.name, 'Qt6')
run: sudo apt-get install libxkbcommon-dev -y
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Cache Qt5 - name: Cache Qt5