We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968a486 commit 3364faeCopy full SHA for 3364fae
1 file changed
.github/workflows/build_windows_macos.yml
@@ -54,11 +54,11 @@ jobs:
54
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
55
with:
56
path: installer.exe
57
- key: innosetup-6.5.4-exe
+ key: innosetup-6.7.1-exe
58
59
- name: Download Inno Setup installer
60
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
+ run: curl -L -o installer.exe https://github.com/jrsoftware/issrc/releases/download/is-6_7_1/innosetup-6.7.1.exe
62
63
- name: Install Inno Setup
64
run: |
0 commit comments