Skip to content

Commit 8d7cb5e

Browse files
Fix inno setup version in CI
1 parent e7f7725 commit 8d7cb5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
rustup target add x86_64-pc-windows-msvc
8282
- name: Install Inno Setup
8383
run: |
84-
winget install --version v6.5.4 --id JRSoftware.InnoSetup -e -s winget
84+
winget install --version 6.5.4 --id JRSoftware.InnoSetup -e -s winget
8585
$env:path += ";$env:LOCALAPPDATA/Programs/Inno Setup 6"
8686
- name: Checkout (Latest)
8787
uses: actions/checkout@v4

0 commit comments

Comments
 (0)