Skip to content

Commit 7919b67

Browse files
committed
Fix winsdk install?
1 parent 7bb3e4d commit 7919b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if not "%GITHUB_ACTIONS%"=="" (
2-
curl https://go.microsoft.com/fwlink/?linkid=2286561 -o winsdksetup.exe
2+
curl https://go.microsoft.com/fwlink/?linkid=2286561 -Lo winsdksetup.exe
33
.\winsdksetup.exe /q /norestart /ceip off /features+
44
rm winsdksetup.exe
55
)

0 commit comments

Comments
 (0)