From b27bfe6f02b5b3be880137298b20ec1f12ee4b65 Mon Sep 17 00:00:00 2001 From: Rick Vogel Date: Mon, 31 Oct 2022 15:51:20 +0100 Subject: [PATCH] install libxkbcommon-dev --- .github/workflows/cmake.yml | 4 ++++ 1 file changed, 4 insertions(+) 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