Skip to content

Commit

Permalink
edit archlinux-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meshya committed May 28, 2024
1 parent d15e8be commit 486331f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/archlinux-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
pacman --noconfirm -S base-devel pango glib2 librsvg unzip zip fakeroot
useradd -m builder
passwd -d builder
echo 'builder ALL=(ALL) NOPASSWD: ALL' | sudo tee /etc/sudoers.d/builder
sudo chown -R builder:builder $GITHUB_WORKSPACE
echo 'builder ALL=(ALL) NOPASSWD: ALL' | tee /etc/sudoers.d/builder
chown -R builder:builder $GITHUB_WORKSPACE
- name: Make Package
run: |
cd package/archlinux
sudo -u builder bash build.sh
su builder -c "builder bash build.sh"
- name: Upload zst file to the release
run: |
cd ./build
Expand Down

0 comments on commit 486331f

Please sign in to comment.