Skip to content

Commit 17eed2c

Browse files
stephendadepeterbarker
authored andcommitted
CI: Update inno setup URL for Windows build
1 parent 80ad79e commit 17eed2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python3 -m pip install -U openai pyaudio
2929
python3 -m pip install -U pyinstaller==6.7.0 packaging
3030
- name: Download Inno Setup installer
31-
run: curl -L -o installer.exe http://files.jrsoftware.org/is/6/innosetup-6.3.1.exe
31+
run: curl -L -o installer.exe https://github.com/jrsoftware/issrc/releases/download/is-6_7_1/innosetup-6.7.1.exe
3232
- name: Install Inno Setup
3333
run: ./installer.exe /verysilent /allusers /dir=inst
3434
- name: Build MAVProxy

0 commit comments

Comments
 (0)