Skip to content

Commit

Permalink
_ci-linux-debian.sh: re-enable osslsigncode
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed May 6, 2024
1 parent d98f7db commit f5959ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ fi
[[ "${CW_CONFIG:-}" = *'boringssl'* ]] && extra+=' golang'

if [[ "${CW_CONFIG:-}" = *'win'* ]]; then
extra+=' mingw-w64 wine64'
# extra+=' osslsigncode'
extra+=' mingw-w64 wine64 osslsigncode'
if [[ "${CW_CONFIG:-}" = *'boringssl'* ]]; then
extra+=' nasm'
fi
Expand Down

0 comments on commit f5959ab

Please sign in to comment.