Skip to content

Commit

Permalink
Use curl instead of wget?
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Dec 21, 2024
1 parent 934ec01 commit 7bb3e4d
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%"=="" (
wget https://go.microsoft.com/fwlink/?linkid=2286561 -o winsdksetup.exe
curl https://go.microsoft.com/fwlink/?linkid=2286561 -o winsdksetup.exe
.\winsdksetup.exe /q /norestart /ceip off /features+
rm winsdksetup.exe
)
Expand Down

0 comments on commit 7bb3e4d

Please sign in to comment.