Skip to content

Commit 31a9906

Browse files
authored
Use full path to Inno Setup on MSVC CI (#15861)
The Inno Setup compiler is not available in `%PATH%` (the one we currently see is manually exposed by Chocolatey).
1 parent 96bf61e commit 31a9906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
- name: Build installer
329329
working-directory: ./etc/win-ci
330330
run: |
331-
iscc.exe crystal.iss
331+
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" crystal.iss
332332
333333
- name: Upload Crystal installer
334334
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)