converge: auto-commit at 2026-05-14 22:53:35 from zendo.brechtel
Build / build (push) Failing after 1m56s
Build / build (push) Failing after 1m56s
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
||||
-v "$PWD:$PWD" \
|
||||
-w "$PWD" \
|
||||
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"
|
||||
|
||||
- name: Publish to Arch repo
|
||||
|
||||
Reference in New Issue
Block a user