Skip to content

Commit 8577e7b

Browse files
committed
Attempt to keep win-arm support, may be on the chopping block though
1 parent f46df63 commit 8577e7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sources/SDL/Native/build-win-arm.cmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
if "%GITHUB_ACTIONS%"!="" (
2+
wget https://go.microsoft.com/fwlink/?linkid=2286561 -o winsdksetup.exe
3+
.\winsdksetup.exe /q /norestart /ceip off /features+
4+
rm winsdksetup.exe
5+
)
6+
17
if not exist "../../../eng/submodules/sdl/CMakeLists.txt" (
28
git submodule update --init --recursive --depth 1 ..\..\..\eng\submodules\sdl
39
)

0 commit comments

Comments
 (0)