CI: don't install binutils

I think this was added for "strip.exe", but that should be used from the
active toolchain in PATH now.

It's not there in autobuild as well.
This commit is contained in:
Christoph Reiter
2021-11-27 14:58:25 +01:00
parent d31e376f27
commit b998b04522

View File

@@ -44,7 +44,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: ${{ contains(matrix.msystem, 'ARM64') && 'MSYS' || matrix.msystem }}
install: VCS base-devel binutils pactoys ${{ matrix.toolchain }}
install: VCS base-devel pactoys ${{ matrix.toolchain }}
update: true
release: ${{ runner.arch != 'ARM64' }}
location: 'D:\M'