fix(ci): add --overwrite='*' to pacman step for base/openrc 30-binfmt.hook conflict
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
|
||||
- name: Install deps
|
||||
run: |
|
||||
pacman -Syu --noconfirm --needed \
|
||||
pacman -Syu --noconfirm --needed --overwrite='*' \
|
||||
python-yaml \
|
||||
git \
|
||||
sudo \
|
||||
|
||||
Reference in New Issue
Block a user