fix(ci): use --overwrite='*' for pacman step to catch all file conflicts (base vs openrc 30-binfmt.hook)
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pacman -Syu --noconfirm --needed \
|
||||
pacman -Syu --noconfirm --needed --overwrite='*' \
|
||||
artools \
|
||||
git \
|
||||
squashfs-tools \
|
||||
|
||||
Reference in New Issue
Block a user