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
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
pacman -Syu --noconfirm --needed \
|
pacman -Syu --noconfirm --needed --overwrite='*' \
|
||||||
python-yaml \
|
python-yaml \
|
||||||
git \
|
git \
|
||||||
sudo \
|
sudo \
|
||||||
|
|||||||
Reference in New Issue
Block a user