Skip to content

Commit

Permalink
chore(CI): Arch build requires base-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Aug 23, 2024
1 parent 7281da3 commit 6db0b80
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 @@ -40,7 +40,7 @@ package:debian:
package:archlinux:
stage: package
script:
- pacman -Syu sudo fakeroot systemd binutils python-setuptools --noconfirm
- pacman -Syu sudo fakeroot systemd binutils 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 6db0b80

Please sign in to comment.