We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb3e4d commit 7919b67Copy full SHA for 7919b67
sources/SDL/Native/build-win-arm.cmd
@@ -1,5 +1,5 @@
1
if not "%GITHUB_ACTIONS%"=="" (
2
- curl https://go.microsoft.com/fwlink/?linkid=2286561 -o winsdksetup.exe
+ curl https://go.microsoft.com/fwlink/?linkid=2286561 -Lo winsdksetup.exe
3
.\winsdksetup.exe /q /norestart /ceip off /features+
4
rm winsdksetup.exe
5
)
0 commit comments