Skip to content

Commit

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

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

0 comments on commit 0ca02bf

Please sign in to comment.