Skip to content

Commit

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

0 comments on commit 5505283

Please sign in to comment.