Allow unauthenticated wine packages in the Windows build.

This commit is contained in:
iphydf 2019-01-03 10:49:37 +00:00
parent 0f8f82a3cf
commit 72ef08597e
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -48,7 +48,7 @@ if [ "${SUPPORT_TEST}" = "true" ]; then
dpkg --add-architecture i386 dpkg --add-architecture i386
apt-get update apt-get update
apt-get install -y \ apt-get install -y --allow-unauthenticated \
wine-devel \ wine-devel \
wine-devel-amd64 \ wine-devel-amd64 \
wine-devel-dbg \ wine-devel-dbg \