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 f88be12 commit 5f900f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/archlinux-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Packages via Pacman
run: |
pacman -Sy
pacman --noconfirm -S base-devel pango glib2 librsvg unzip zip fakeroot
pacman --noconfirm -S base-devel pango glib2 librsvg unzip zip fakeroot python python-gobject gtk4
useradd -m builder
passwd -d builder
echo 'builder ALL=(ALL) NOPASSWD: ALL' | tee /etc/sudoers.d/builder
Expand Down

0 comments on commit 5f900f2

Please sign in to comment.