ci: install binutils in msys2

This commit is contained in:
Pietro Albini 2019-11-27 15:19:59 +01:00
parent ae9ca09612
commit 846d386b4d
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C

View File

@ -6,7 +6,8 @@ IFS=$'\n\t'
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
if isWindows; then
pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar
pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar \
binutils
# Make sure we use the native python interpreter instead of some msys equivalent
# one way or another. The msys interpreters seem to have weird path conversions