Browse Source

Revert "Add another user"

This reverts commit c431695eee8b4c72786ab1609fa262ada65415c9.
Azalea (on HyDEV-Daisy) 2 years ago
parent
commit
05801ca9d2
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/arch_package.yml

+ 3 - 3
.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