From 176fa19f2cd82456c5aa85be341299565e82d062 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Sat, 1 Jan 2022 17:13:09 +0200 Subject: [PATCH] try to list more deps to see if they let install 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 de1237c2..4157d9c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: java-version: '11' architecture: x64 - name: Deps - run: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine64 wine32 + run: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32 libwine:i386 libfaudio0:i386 libglib2.0-0:i386 libgstreamer-plugins-base1.0-0:i386 libgstreamer1.0-0:i386 libmount1:i386 libselinux1:i386 - name: Build run: xvfb-run -a ./gradlew --info test all