File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 74
74
if : runner.os == 'Windows' && steps.vs-integration-cache.outputs.cache-hit != 'true'
75
75
run : |
76
76
if ($env:CUDAVER -eq '12.1.1') {$x = '12.1.0'} else {$x = $env:CUDAVER}
77
- $links = (Invoke-RestMethod 'https://raw.githubusercontent.com/anders-wind /cuda-toolkit/d2e9fcb4b0d7ec83b86f63296cc88d83dd4037b5 /src/links/windows-links.ts').Trim().split().where({$_ -ne ''})
77
+ $links = (Invoke-RestMethod 'https://raw.githubusercontent.com/Jimver /cuda-toolkit/master /src/links/windows-links.ts').Trim().split().where({$_ -ne ''})
78
78
for ($i=$q=0;$i -lt $links.count -and $q -lt 2;$i++) {if ($links[$i] -eq "'$x',") {$q++}}
79
79
Invoke-RestMethod $links[$i].Trim("'") -OutFile 'cudainstaller.zip'
80
80
& 'C:\Program Files\7-Zip\7z.exe' e cudainstaller.zip -oMSBuildExtensions -r *\MSBuildExtensions\* > $null
You can’t perform that action at this time.
0 commit comments