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