From ad01422dedea63ab2d79a68eb03624150d6c286b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 3 Feb 2026 22:36:30 +0100 Subject: [PATCH] Try to fix wine --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc36ceac5..8a0544a75 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: run: | dpkg --add-architecture i386 apt-get update -y -qq - apt-get install -y -qq winehq-stable + apt-get install -y -qq wine wine --version - name: Set up JDKs