From f8ca14916055f593669ed993a37e4202be73ebde Mon Sep 17 00:00:00 2001 From: probonopd Date: Tue, 15 Aug 2023 22:03:43 +0200 Subject: [PATCH] Build dep names --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e578d6..41df201 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y qtbase5-dev libqtxdg-dev extra-cmake-modules libdbusmenu-qt5-dev xcb-util-wm-dev cmake clang + sudo apt-get install -y qtbase5-dev libqt5xdg-dev extra-cmake-modules libdbusmenu-qt5-dev libxcb-ewmh-dev cmake clang - name: Configure and build run: |