From b998b04522bb0a46ffa171a9217eb30fc6ea18c0 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 27 Nov 2021 14:58:25 +0100 Subject: [PATCH] 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. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d21fcf3da1..35b8f0895f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'