From 21716e7daf1962d19b239a2451eced65d9b4a517 Mon Sep 17 00:00:00 2001 From: CheerfulPianissimo Date: Sun, 25 Aug 2024 21:42:08 +0530 Subject: [PATCH] [ci/cd] attempting to fix the build --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49f07bab..32519385 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + + - name: Install wayland dependencies + run: | + sudo apt-get update + sudo apt-get install -y --no-install-recommends \ + libwayland-dev \ - name: Build run: |