From 5d86d821de8bfb0a8ba7b9361c439849509b0bef Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Sun, 29 Oct 2023 01:39:27 -0400 Subject: [PATCH] Actions: Install wayland related libs --- .github/workflows/build-clifp-linux.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-clifp-linux.yml b/.github/workflows/build-clifp-linux.yml index 83f88a3..cb86b69 100644 --- a/.github/workflows/build-clifp-linux.yml +++ b/.github/workflows/build-clifp-linux.yml @@ -88,6 +88,9 @@ jobs: - name: Install EGL [22.04] if: matrix.os == 'ubuntu-22.04' run: sudo apt-get install libegl1-mesa-dev + - name: Install Wayland [22.04] + if: matrix.os == 'ubuntu-22.04' + run: sudo apt-get install libwayland-dev - name: Checkout CLIFp uses: actions/checkout@v3 with: