From dd406f47118c86d41cbb5e3d49f8ac8bb085778b Mon Sep 17 00:00:00 2001 From: berry120 Date: Mon, 18 Dec 2023 00:24:22 +0000 Subject: [PATCH] Add workflow --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df91e59b6..9e9d302ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,8 @@ jobs: chmod +x gradlew chmod +x build-install.sh wget http://files.jrsoftware.org/is/5/innosetup-5.6.1.exe - echo "BOOTING WINE" - wineboot --update - xvfb-run wine innosetup-5.6.1.exe /VERYSILENT /SUPPRESSMSGBOXES +# echo "BOOTING WINE" +# wineboot --update +# echo "RUNNING WINE" +# xvfb-run wine innosetup-5.6.1.exe /VERYSILENT /SUPPRESSMSGBOXES "./gradlew -Dnightly=true -Dversionsuffix=CI-UNSTABLE clean dist"