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'