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:
parent
3c714de200
commit
3808e6a28d
2
.github/workflows/ci_msw_cross.yml
vendored
2
.github/workflows/ci_msw_cross.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
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
|
case "${HOST_TRIPLET}" in
|
||||||
x86_64-w64-mingw32)
|
x86_64-w64-mingw32)
|
||||||
|
Loading…
Reference in New Issue
Block a user