Skip to content

Commit 846d386

Browse files
committed
ci: install binutils in msys2
1 parent ae9ca09 commit 846d386

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/scripts/install-msys2-packages.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ IFS=$'\n\t'
66
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
77

88
if isWindows; then
9-
pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar
9+
pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar \
10+
binutils
1011

1112
# Make sure we use the native python interpreter instead of some msys equivalent
1213
# one way or another. The msys interpreters seem to have weird path conversions

0 commit comments

Comments
 (0)