Install winbind package required for using wxWebRequest with Wine

This should address

009a:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is
outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually,
you can find it in the winbind package of your distribution.

Wine error and the subsequent test failures.
This commit is contained in:
Vadim Zeitlin 2021-06-28 00:56:17 +01:00
parent 3c714de200
commit 3808e6a28d

View File

@ -86,7 +86,7 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
packages="git make python3 python3-pip wine x11-xserver-utils xvfb"
packages="git make python3 python3-pip winbind wine x11-xserver-utils xvfb"
case "${HOST_TRIPLET}" in
x86_64-w64-mingw32)