Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Dec 18, 2023
1 parent cb7e3fa commit dd406f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit dd406f4

Please sign in to comment.