CI: makepkg only requires binutils/strip

This commit is contained in:
Christoph Reiter
2020-10-25 09:13:17 +01:00
parent 0fcad68863
commit d0b66c7175

View File

@@ -21,7 +21,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: MSYS
install: python git msys2-devel
install: python git binutils
update: true
- run: |