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