]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
[CI] Fix 32-bit ARM release.
authorMika Lindqvist <postmaster@raasu.org>
Tue, 10 Mar 2026 07:33:04 +0000 (09:33 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 10 Mar 2026 23:58:01 +0000 (00:58 +0100)
.github/workflows/release.yml

index b4c967b11a7606f821b82dc156d9de5b775567b1..4e1ef3d7442a09436c9733007a0a1b0181c19586 100644 (file)
@@ -69,6 +69,15 @@ jobs:
       shell: bash
       run:  echo "tag=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
 
+    - name: Install Windows 11 SDK (ARM)
+      if: matrix.name == 'Windows MSVC ARM' || matrix.name == 'Windows MSVC ARM Compat'
+      run: |
+        # Windows 11 SDK (10.0.22621.2428)
+        # https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/index-legacy
+        Invoke-WebRequest -Method Get -Uri https://go.microsoft.com/fwlink/p/?LinkId=2250105 -OutFile sdksetup.exe -UseBasicParsing
+        Unblock-File sdksetup.exe
+        Start-Process -Wait sdksetup.exe -ArgumentList "/q", "/norestart", "/ceip off"
+
     - name: Generate project files
       shell: bash
       run: |