Skip to content

Commit

Permalink
ci: pin Windows SDK version to 10.0.22621.0 for Windows on 32-bit ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Nov 22, 2024
1 parent eedf76f commit 01dee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- { name: Windows static VCRT (x86), flags: -A Win32 -DSDL_FORCE_STATIC_VCRT=ON }
- { name: Windows (clang-cl x64), flags: -T ClangCL -A x64 }
- { name: Windows (clang-cl x86), flags: -T ClangCL -A Win32 }
- { name: Windows (ARM), flags: -A ARM }
- { name: Windows (ARM), flags: '-A ARM -DCMAKE_SYSTEM_VERSION="10.0.22621.0"' } # 10.0.26100.0 dropped ARM32 um and ucrt libraries
- { name: Windows (ARM64), flags: -A ARM64 }
- { name: UWP (x64), flags: -A x64 -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0" -DSDL_TESTS=OFF, nowerror: true,
project: VisualC-WinRT/SDL-UWP.sln, projectflags: '/p:Platform=x64 /p:WindowsTargetPlatformVersion=10.0.17763.0' }
Expand Down

0 comments on commit 01dee78

Please sign in to comment.