diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 63f7a18c..e81e1af7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -245,6 +245,10 @@ jobs: ninja --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 - name: Cache Qt5