From 77484e6cd18416f238aa9b55a6c731f4c4e7cc74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Fri, 22 Dec 2023 06:51:50 +0100 Subject: [PATCH] add missing dependency for x11 --- .github/workflows/example-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example-report.yml b/.github/workflows/example-report.yml index 5e5f8ea8a..30ebae41b 100644 --- a/.github/workflows/example-report.yml +++ b/.github/workflows/example-report.yml @@ -80,7 +80,7 @@ jobs: run: | sudo apt-get update; DEBIAN_FRONTEND=noninteractive sudo apt-get install --no-install-recommends -yq \ - libasound2-dev libudev-dev; + libasound2-dev libudev-dev libxkbcommon-x11-0; - name: install xvfb, llvmpipe and lavapipe if: runner.os == 'linux'