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 - name: Override pacman.conf with antergos-pkgs repo
run: | run: |
mkdir -p ~/.config/artools/pacman.conf.d mkdir -p /root/.config/artools/pacman.conf.d
cp "pacman.conf.d/iso-x86_64.conf" \ 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 - name: Build ISO
run: | run: |
sudo -E buildiso -p antergos buildiso -p antergos
- name: Upload ISO artifact - name: Upload ISO artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
+1 -1
View File
@@ -46,7 +46,7 @@ packages-base:
- sysfsutils - sysfsutils
- texinfo - texinfo
- usbutils - usbutils
- vi - ex-vi-compat
- which - which
- xfsprogs - xfsprogs
- zsh - zsh