fix(ci): add --overwrite='*' to pacman step for base/openrc 30-binfmt.hook conflict

This commit is contained in:
2026-07-27 22:21:01 +02:00
parent ad37b779f2
commit 4b7fd8835b
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Install deps
run: |
pacman -Syu --noconfirm --needed \
pacman -Syu --noconfirm --needed --overwrite='*' \
python-yaml \
git \
sudo \