Fix directory name for scenefx AUR clone

This commit is contained in:
Ricardo Squassina Lee 2026-02-18 11:30:45 -03:00 committed by GitHub
parent ce48f137c1
commit 982b42728e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,7 @@ jobs:
# Clone and build scenefx from AUR as builder user # Clone and build scenefx from AUR as builder user
cd /home/builder cd /home/builder
su - builder -c "git clone https://aur.archlinux.org/scenefx0.4.git" 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" su - builder -c "cd /home/builder/scenefx0.4 && makepkg -si --noconfirm"
- name: Configure meson - name: Configure meson