From 103031d1e3628ad14bf1c4b32c42ae31a4e62002 Mon Sep 17 00:00:00 2001 From: toofar Date: Thu, 11 Aug 2022 12:26:05 +1200 Subject: Install libxcb-shape on ubuntu Not sure why this is needed now, possibly we are importing more stuff now? The `-y` was added because I don't know how it is working without it but it doesn't see to with https://github.com/nektos/act --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8721699ad..9d531f8c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,7 @@ jobs: - name: Install apt dependencies run: | sudo apt-get update - sudo apt-get install --no-install-recommends libyaml-dev libegl1-mesa libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 + sudo apt-get -y install --no-install-recommends libyaml-dev libegl1-mesa libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-shape0 if: "startsWith(matrix.os, 'ubuntu-')" - name: Install dependencies run: | -- cgit v1.2.3-54-g00ecf