From 20cbaa888f401243c228e05238ed6759d5cbea33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 15 Jan 2022 02:32:26 +0300 Subject: [PATCH] chore(ci): update dependencies for building --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dad7ed1..903dfdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,8 @@ jobs: sudo apt-get update sudo apt-get install -y \ --no-install-recommends \ - --allow-unauthenticated linux-doc + --allow-unauthenticated linux-doc \ + libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev - name: Checkout the repository uses: actions/checkout@v2