Skip to content

Commit ed431b1

Browse files
committed
_ci-linux-debian.sh minimize cross-tools package
1 parent 252b0db commit ed431b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ci-linux-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222
[[ "${CW_CONFIG:-}" = *'boringssl'* ]] && extra+=' golang'
2323

2424
if [[ "${CW_CONFIG:-}" = *'win'* ]]; then
25-
extra+=' mingw-w64 wine64 wine'
25+
extra+=' gcc-mingw-w64-x86-64-win32 wine64 wine'
2626
# https://tracker.debian.org/pkg/osslsigncode
2727
extra+=' osslsigncode'
2828
if [[ "${CW_CONFIG:-}" = *'boringssl'* ]] || [[ "${CW_CONFIG:-}" = *'awslc'* ]]; then

0 commit comments

Comments
 (0)