ci: copy pacman.conf to both user and system dirs; fix vi provider ambiguity

This commit is contained in:
2026-06-27 18:15:49 +02:00
parent 89fca2b385
commit e6a456aba6
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -40,13 +40,16 @@ jobs:
- name: Override pacman.conf with antergos-pkgs repo
run: |
mkdir -p ~/.config/artools/pacman.conf.d
mkdir -p /root/.config/artools/pacman.conf.d
cp "pacman.conf.d/iso-x86_64.conf" \
~/.config/artools/pacman.conf.d/iso-x86_64.conf
/root/.config/artools/pacman.conf.d/iso-x86_64.conf
# Also override the default in case USER_CONF_DIR differs
cp "pacman.conf.d/iso-x86_64.conf" \
/usr/share/artools/pacman.conf.d/iso-x86_64.conf
- name: Build ISO
run: |
sudo -E buildiso -p antergos
buildiso -p antergos
- name: Upload ISO artifact
uses: actions/upload-artifact@v4
+1 -1
View File
@@ -46,7 +46,7 @@ packages-base:
- sysfsutils
- texinfo
- usbutils
- vi
- ex-vi-compat
- which
- xfsprogs
- zsh