File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,12 @@ jobs:
158158159159 with :
160160 node-version : 20
161+ - name : Install 10.0.18362.0 Windows SDK
162+ run : |
163+ $sdkVersion = '10.0.18362.0'
164+ $installerUrl = "https://go.microsoft.com/fwlink/p/?linkid=2120843&clcid=0x409&Culture=en-US&country=US&Consent=0&callingAppTelemetryId=0&passive=false&dest=https://go.microsoft.com/fwlink/?linkid=2120843"
165+ Invoke-WebRequest -Uri $installerUrl -OutFile 'winsdksetup.exe'
166+ Start-Process -FilePath 'winsdksetup.exe' -ArgumentList "/features OptionId.WindowsDesktopSoftwareDevelopmentKit OptionId.WindowsSoftwareDevelopmentKit, /quiet" -Wait
161167 - name : Install watchman
162168 run : choco install watchman
163169 working-directory : ./Apps/BRNPlayground
You can’t perform that action at this time.
0 commit comments