try to list more deps to see if they let install wine

This commit is contained in:
Anton Keks 2022-01-01 17:13:09 +02:00
parent 6a3fd46cbd
commit 176fa19f2c

View File

@ -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