From 3808e6a28dd10871fa677d3bbfe779d0b59f7903 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 28 Jun 2021 00:56:17 +0100 Subject: [PATCH] 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. --- .github/workflows/ci_msw_cross.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_msw_cross.yml b/.github/workflows/ci_msw_cross.yml index e7843e0079..f680211709 100644 --- a/.github/workflows/ci_msw_cross.yml +++ b/.github/workflows/ci_msw_cross.yml @@ -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)