converge: auto-commit at 2026-05-14 22:53:35 from zendo.brechtel
Build / build (push) Failing after 1m56s

This commit is contained in:
2026-05-14 22:53:35 -04:00
parent 9bca886629
commit 0d8cddb9be
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
-v "$PWD:$PWD" \ -v "$PWD:$PWD" \
-w "$PWD" \ -w "$PWD" \
archlinux:latest \ archlinux:latest \
bash -c 'pacman -Syu --noconfirm && pacman -S --noconfirm git && useradd -m build && chown -R build:build . && su build -c "makepkg --noconfirm --nodeps"' bash -c "pacman -Syu --noconfirm && pacman -S --noconfirm git && useradd -m build && chown -R build:build . && su build -c 'cd \"$PWD\" && makepkg --noconfirm --nodeps'"
echo "pkgfile=$(ls converge-*.pkg.tar.zst)" >> "$GITHUB_ENV" echo "pkgfile=$(ls converge-*.pkg.tar.zst)" >> "$GITHUB_ENV"
- name: Publish to Arch repo - name: Publish to Arch repo