converge: auto-commit at 2026-05-14 22:58:49 from zendo.brechtel
Build / build (push) Failing after 1m41s

This commit is contained in:
2026-05-14 22:58:49 -04:00
parent 0d8cddb9be
commit c7a3690129
+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 'cd \"$PWD\" && makepkg --noconfirm --nodeps'" bash -c "pacman -Syu --noconfirm && pacman -S --noconfirm sudo git && useradd -m build && echo 'build ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers && chown -R build:build . && sudo -u build 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