mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
Fix directory name for scenefx AUR clone
This commit is contained in:
parent
ce48f137c1
commit
982b42728e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue