From 05801ca9d28478d1d2a652058694f2d876f75a78 Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Sat, 13 Aug 2022 11:42:58 -0400 Subject: [PATCH] Revert "Add another user" This reverts commit c431695eee8b4c72786ab1609fa262ada65415c9. --- .github/workflows/arch_package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/arch_package.yml b/.github/workflows/arch_package.yml index dc031d1c..d8d93307 100644 --- a/.github/workflows/arch_package.yml +++ b/.github/workflows/arch_package.yml @@ -17,7 +17,7 @@ jobs: - name: Prepare environment run: | pacman -Syu --needed --noconfirm base-devel git openssh - useradd buildbot + sed -i '/E_ROOT/d' /usr/bin/makepkg - name: Import AUR key run: | @@ -40,11 +40,11 @@ jobs: - name: Makepkg run: | cd hyfetch - su buildbot -c "yes | makepkg -si" + yes | makepkg -si - name: Test hyfetch run: | - su buildbot -c "hyfetch --test-print" + hyfetch --test-print - name: Upload binaries to release uses: shogo82148/actions-upload-release-asset@v1