From 86606528255d723d7e17466c298366227b71c2f5 Mon Sep 17 00:00:00 2001 From: HuntedByTheIRS Date: Fri, 3 Jul 2026 00:39:29 -0400 Subject: [PATCH] Update ci/cd --- .github/workflows/makefile.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index e7f6e72..4bee032 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -31,7 +31,19 @@ jobs: libinput \ lua \ libxcb \ - xcb-util-wm + xcb-util-wm \ + meson \ + ninja \ + libglvnd \ + glslang + + - name: Build and install scenefx + run: | + git clone https://github.com/wlrfx/scenefx.git /tmp/scenefx + cd /tmp/scenefx + meson setup build/ + ninja -C build/ + ninja -C build/ install - name: Test all targets and packaging modes run: make test