parent
42a6a55c9e
commit
05801ca9d2
1 changed files with 3 additions and 3 deletions
6
.github/workflows/arch_package.yml
vendored
6
.github/workflows/arch_package.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue