Skip to content

Commit

Permalink
CI: Update innosetup to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendade committed Jun 12, 2024
1 parent 822d87f commit abbfea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m pip install -U openai wave pyaudio
python -m pip install -U pyinstaller==6.7.0 packaging
- name: Download Inno Setup installer
run: curl -L -o installer.exe http://files.jrsoftware.org/is/6/innosetup-6.2.0.exe
run: curl -L -o installer.exe http://files.jrsoftware.org/is/6/innosetup-6.3.1.exe
- name: Install Inno Setup
run: ./installer.exe /verysilent /allusers /dir=inst
- name: Build MAVProxy
Expand Down

0 comments on commit abbfea0

Please sign in to comment.