Skip to content

Commit

Permalink
Overwrite packages
Browse files Browse the repository at this point in the history
Using the undocumented ask function we can always answer yes replace conflicting packages
  • Loading branch information
BoukeHaarsma23 committed Jul 20, 2023
1 parent dade5ea commit 2ca082d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install dependencies (lib32-mesa)
run: |
pacman -S --noconfirm $(sed -n -e 's/^[[:space:]]*\(make\)\?depends\(_x86_64\)\? = \([[:alnum:][:punct:]]*\)[[:space:]]*$/\3/p' /home/build/lib32-mesa/.SRCINFO)
pacman --noconfirm -U --overwrite '*' /tmp/mesa-chimeraos/*.pkg.tar.zst
pacman --noconfirm -U --overwrite '*' /tmp/mesa-chimeraos/*.pkg.tar.zst --ask=4
- name: Build lib32-mesa-chimeraos package
id: build-lib32-mesa-package
shell: bash
Expand Down

0 comments on commit 2ca082d

Please sign in to comment.