We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252b0db commit ed431b1Copy full SHA for ed431b1
_ci-linux-debian.sh
@@ -22,7 +22,7 @@ fi
22
[[ "${CW_CONFIG:-}" = *'boringssl'* ]] && extra+=' golang'
23
24
if [[ "${CW_CONFIG:-}" = *'win'* ]]; then
25
- extra+=' mingw-w64 wine64 wine'
+ extra+=' gcc-mingw-w64-x86-64-win32 wine64 wine'
26
# https://tracker.debian.org/pkg/osslsigncode
27
extra+=' osslsigncode'
28
if [[ "${CW_CONFIG:-}" = *'boringssl'* ]] || [[ "${CW_CONFIG:-}" = *'awslc'* ]]; then
0 commit comments