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: |