mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Allow unauthenticated wine packages in the Windows build.
This commit is contained in:
parent
0f8f82a3cf
commit
72ef08597e
|
@ -48,7 +48,7 @@ if [ "${SUPPORT_TEST}" = "true" ]; then
|
|||
|
||||
dpkg --add-architecture i386
|
||||
apt-get update
|
||||
apt-get install -y \
|
||||
apt-get install -y --allow-unauthenticated \
|
||||
wine-devel \
|
||||
wine-devel-amd64 \
|
||||
wine-devel-dbg \
|
||||
|
|
Loading…
Reference in New Issue
Block a user