From 170dfb154362e39b867a90169c95d9945896d18e Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Thu, 26 Dec 2019 12:06:18 +0200 Subject: [PATCH] change to wine-stable, installing just wine is not possible anymore --- .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 fd5ea84c..77338a37 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,6 @@ jobs: java-version: '8' architecture: x64 - name: Deps - run: sudo apt-get install rpm wine fakeroot + run: sudo apt-get install rpm wine-stable fakeroot - name: Build run: xvfb-run -a ./gradlew test all