mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 15:40:21 +00:00
GitHub CI C/C++ [Win]: updated CUDA toolkit
To fix failed run: https://github.com/MartinPulec/UltraGrid/runs/5646203963 See alsoe2174fba+ use network installer again (see0a1b71789)
This commit is contained in:
2
.github/scripts/Windows/prepare.ps1
vendored
2
.github/scripts/Windows/prepare.ps1
vendored
@@ -6,7 +6,7 @@ Remove-Item -Recurse "C:\Program Files (x86)\dotnet"
|
||||
|
||||
# Install CUDA
|
||||
if (!${env:no_cuda}) {
|
||||
$url="https://developer.download.nvidia.com/compute/cuda/11.5.1/local_installers/cuda_11.5.1_496.13_windows.exe"
|
||||
$url="https://developer.download.nvidia.com/compute/cuda/11.6.1/network_installers/cuda_11.6.1_windows_network.exe"
|
||||
$url -match 'cuda/(?<version>[0-9]+.[0-9]+)'
|
||||
$version=$Matches.version
|
||||
Invoke-WebRequest $url -OutFile cuda_inst.exe
|
||||
|
||||
Reference in New Issue
Block a user