diff options
Diffstat (limited to '.forgejo')
| -rw-r--r-- | .forgejo/workflows/build-hyprland.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.forgejo/workflows/build-hyprland.yml b/.forgejo/workflows/build-hyprland.yml index f60c8ba..625be43 100644 --- a/.forgejo/workflows/build-hyprland.yml +++ b/.forgejo/workflows/build-hyprland.yml @@ -28,7 +28,7 @@ jobs: sudo pacman -S --needed --noconfirm \ base-devel cmake meson ninja clang llvm lld rust go git \ wayland wayland-protocols cairo pango libxkbcommon libinput \ - libdrm mesa libglvnd pixman xorg-xwayland rsync + libdrm mesa libglvnd pixman xorg-xwayland rsync pacman-contrib - name: Fetch core repo via rsync run: | @@ -53,11 +53,11 @@ jobs: set -euo pipefail ORDER=( hyprutils - hyprlang hyprwayland-scanner - aquamarine - hyprcursor + hyprlang hyprgraphics + hyprcursor + aquamarine hyprwire hyprland-guiutils hyprland @@ -85,8 +85,8 @@ jobs: echo "=== Building $pkg ===" cd "$dir" - chmod -R 777 . - sudo -u builder makepkg -s --noconfirm --needed + rm -f *.pkg.tar.zst || true + makepkg -s --noconfirm -f for built in *.pkg.tar.zst; do [ -f "$built" ] || continue |