Fix path for scenefx build in workflow

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

View file

@ -79,7 +79,7 @@ jobs:
cd /home/builder
su - builder -c "git clone https://aur.archlinux.org/scenefx0.4.git"
cd scenefx
su - builder -c "cd /home/builder/scenefx && makepkg -si --noconfirm"
su - builder -c "cd /home/builder/scenefx0.4 && makepkg -si --noconfirm"
- name: Configure meson
run: |