Skip to content

Commit 3364fae

Browse files
committed
ci(innosetup): Update from 6.5.4 to 6.7.1 to improve windows11 support
1 parent 968a486 commit 3364fae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_windows_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5555
with:
5656
path: installer.exe
57-
key: innosetup-6.5.4-exe
57+
key: innosetup-6.7.1-exe
5858

5959
- name: Download Inno Setup installer
6060
if: steps.cache-innosetup.outputs.cache-hit != 'true'
61-
run: curl -L -o installer.exe https://files.jrsoftware.org/is/6/innosetup-6.5.4.exe
61+
run: curl -L -o installer.exe https://github.com/jrsoftware/issrc/releases/download/is-6_7_1/innosetup-6.7.1.exe
6262

6363
- name: Install Inno Setup
6464
run: |

0 commit comments

Comments
 (0)