From ec4ac1268e2905de1da1f1556665ba26981d4582 Mon Sep 17 00:00:00 2001 From: berry120 Date: Mon, 18 Dec 2023 01:10:44 +0000 Subject: [PATCH] Add workflow --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6868385a..9f5cec0c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,11 @@ jobs: echo "Using display $DISPLAY" Xvfb $DISPLAY & wine wineboot --init + echo "Installing INNOSETUP" wine innosetup-5.6.1.exe /VERYSILENT /SUPPRESSMSGBOXES + ls -l ~/.wine + ls -l ~/.wine/drive_c/ + ls -l "~/.wine/drive_c/Program Files (x86)" ls -l "~/.wine/drive_c/Program Files (x86)/Inno Setup 5" cd Quelea chmod +x gradlew