From 982b42728ea79b00b592b5b745f2f40041cbdad8 Mon Sep 17 00:00:00 2001 From: Ricardo Squassina Lee <8495707+squassina@users.noreply.github.com> Date: Wed, 18 Feb 2026 11:30:45 -0300 Subject: [PATCH] Fix directory name for scenefx AUR clone --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d860d2bb..664fc5f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: # Clone and build scenefx from AUR as builder user cd /home/builder su - builder -c "git clone https://aur.archlinux.org/scenefx0.4.git" - cd scenefx + cd scenefx0.4 su - builder -c "cd /home/builder/scenefx0.4 && makepkg -si --noconfirm" - name: Configure meson