Просмотр исходного кода

ci(windows-installer): drop Inno Setup install step

  windows-latest runners ship Inno Setup 6.7.1 pre-installed under the
  same path we already hardcode for ISCC.exe; the choco install was trying
  to downgrade to 6.2.2 and failing on the version mismatch.
maziggy 2 месяцев назад
Родитель
Сommit
96a5f953f0
1 измененных файлов с 2 добавлено и 4 удалено
  1. 2 4
      .github/workflows/windows-installer.yml

+ 2 - 4
.github/workflows/windows-installer.yml

@@ -35,10 +35,8 @@ jobs:
         with:
           node-version: '22'
 
-      - name: Install Inno Setup
-        run: |
-          choco install innosetup --version=6.2.2 --no-progress -y
-        shell: pwsh
+      # Inno Setup 6.x is pre-installed on windows-latest runners (under
+      # C:\Program Files (x86)\Inno Setup 6\). No install step needed.
 
       - name: Stage installer artifacts
         working-directory: installers/windows