From ed19d787f678e239361a2a4707c8b108cc7cdacc Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Mon, 1 Jul 2024 14:58:05 +0200 Subject: [PATCH] GHA: Install Wayland deps for Linux builds --- .github/workflows/linux.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index bdfbfa3..252269a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -144,6 +144,10 @@ jobs: with: arch: ${{matrix.opts.arch}} + - name: Set up Wayland deps + run: | + sudo apt-get install libwayland-dev + - name: Set up scons cache uses: actions/cache@v4 with: