Revert "Add another user"

This reverts commit c431695eee.
This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-08-13 11:42:58 -04:00
parent 42a6a55c9e
commit 05801ca9d2

View file

@ -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