From 8577e7be585b4eee5de8020ccfe8a206a7d4e61f Mon Sep 17 00:00:00 2001 From: Dylan Perks Date: Sat, 21 Dec 2024 21:21:48 +0000 Subject: [PATCH] Attempt to keep win-arm support, may be on the chopping block though --- sources/SDL/Native/build-win-arm.cmd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sources/SDL/Native/build-win-arm.cmd b/sources/SDL/Native/build-win-arm.cmd index bcc1c578a5..9a0a7822f1 100755 --- a/sources/SDL/Native/build-win-arm.cmd +++ b/sources/SDL/Native/build-win-arm.cmd @@ -1,3 +1,9 @@ +if "%GITHUB_ACTIONS%"!="" ( + wget https://go.microsoft.com/fwlink/?linkid=2286561 -o winsdksetup.exe + .\winsdksetup.exe /q /norestart /ceip off /features+ + rm winsdksetup.exe +) + if not exist "../../../eng/submodules/sdl/CMakeLists.txt" ( git submodule update --init --recursive --depth 1 ..\..\..\eng\submodules\sdl )