Skip to content

Commit

Permalink
chore(CI): makepkg requires base-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Jun 12, 2024
1 parent 6f0eed6 commit c4b8012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ package:debian:
package:archlinux:
stage: package
script:
- pacman -Sy python-pip sudo openssh binutils fakeroot python-xmltodict python-requests python-pycryptodomex python-setuptools --noconfirm
- pacman -Sy python-pip sudo openssh binutils fakeroot python-xmltodict python-requests python-pycryptodomex python-setuptools base-devel --noconfirm
- useradd -m -G users -s /bin/bash package
- chown -R package:users archlinux
- cd archlinux
Expand Down

0 comments on commit c4b8012

Please sign in to comment.