From 330560e7858b3bbba32a587bb1bae1e87a0df776 Mon Sep 17 00:00:00 2001 From: Quinton Miller Date: Mon, 2 Jun 2025 02:13:50 +0800 Subject: [PATCH] Use full path to Inno Setup on MSVC CI --- .github/workflows/win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index d18bdec0194c..84ba190cdad1 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -328,7 +328,7 @@ jobs: - name: Build installer working-directory: ./etc/win-ci run: | - iscc.exe crystal.iss + & "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" crystal.iss - name: Upload Crystal installer uses: actions/upload-artifact@v4