Skip to content

Commit

Permalink
Fix winsdk install?
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Dec 21, 2024
1 parent 7bb3e4d commit 7919b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/SDL/Native/build-win-arm.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if not "%GITHUB_ACTIONS%"=="" (
curl https://go.microsoft.com/fwlink/?linkid=2286561 -o winsdksetup.exe
curl https://go.microsoft.com/fwlink/?linkid=2286561 -Lo winsdksetup.exe
.\winsdksetup.exe /q /norestart /ceip off /features+
rm winsdksetup.exe
)
Expand Down

0 comments on commit 7919b67

Please sign in to comment.