Skip to content

Commit

Permalink
_ci-linux-debian.sh: re-add lost wine package [ci skip]
Browse files Browse the repository at this point in the history
This in turn caused losing the -V summar from https://curl.se/windows.

Regression from fc001e2
  • Loading branch information
vszakats committed Dec 1, 2024
1 parent 5d4fc18 commit 781bee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi
[[ "${CW_CONFIG:-}" = *'boringssl'* ]] && extra+=' golang'

if [[ "${CW_CONFIG:-}" = *'win'* ]]; then
extra+=' mingw-w64 wine64'
extra+=' mingw-w64 wine64 wine'
# https://tracker.debian.org/pkg/osslsigncode
extra+=' osslsigncode'
if [[ "${CW_CONFIG:-}" = *'boringssl'* ]] || [[ "${CW_CONFIG:-}" = *'awslc'* ]]; then
Expand Down

0 comments on commit 781bee2

Please sign in to comment.