From 55052836d7abd519ae8d771d9802c68679d45f03 Mon Sep 17 00:00:00 2001 From: berry120 Date: Mon, 18 Dec 2023 02:10:50 +0000 Subject: [PATCH] Update IS --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f3d2b5a7..fb748e4a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,11 +21,10 @@ jobs: sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install wine32 - wget http://files.jrsoftware.org/is/5/innosetup-5.6.1.exe + wget http://files.jrsoftware.org/is/6/innosetup-6.2.2.exe -O is.exe Xvfb $DISPLAY & wine wineboot --init - echo "Installing INNOSETUP" - wine innosetup-5.6.1.exe /VERYSILENT /SUPPRESSMSGBOXES + wine is.exe /VERYSILENT /SUPPRESSMSGBOXES - name: Checkout uses: actions/checkout@v4 - name: Build