fix(ci): use --overwrite='*' for pacman step to catch all file conflicts (base vs openrc 30-binfmt.hook)

This commit is contained in:
2026-07-27 22:19:36 +02:00
parent 6ec25cca78
commit d4d8075f88
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
pacman -Syu --noconfirm --needed \
pacman -Syu --noconfirm --needed --overwrite='*' \
artools \
git \
squashfs-tools \