install libxkbcommon-dev
This commit is contained in:
parent
9beaa2ed58
commit
b27bfe6f02
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue