소스 검색

CI: use windows-latest and install iscc manually

Signed-off-by: Nicola Murino <[email protected]>
Nicola Murino 3 주 전
부모
커밋
69f2c70661
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .github/workflows/development.yml

+ 2 - 1
.github/workflows/development.yml

@@ -100,7 +100,7 @@ jobs:
 
   test-deploy-windows:
     name: Test and deploy Windows
-    runs-on: windows-2022
+    runs-on: windows-latest
 
     steps:
       - uses: actions/checkout@v5
@@ -177,6 +177,7 @@ jobs:
       - name: Prepare Windows installers
         if: ${{ github.event_name != 'pull_request' }}
         run: |
+          choco install innosetup
           Remove-Item -LiteralPath "output" -Force -Recurse -ErrorAction Ignore
           mkdir output
           copy .\sftpgo.exe .\output