mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 08:40:19 +00:00
GitHub CI C/C++ [Win]: updated CUDA toolkit
To fix failed run: https://github.com/CESNET/UltraGrid/actions/runs/1876551209
This commit is contained in:
2
.github/scripts/Windows/prepare.ps1
vendored
2
.github/scripts/Windows/prepare.ps1
vendored
@@ -6,7 +6,7 @@ Set-PSDebug -Trace 1
|
|||||||
|
|
||||||
# Install CUDA
|
# Install CUDA
|
||||||
if (!${env:no_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.0/local_installers/cuda_11.6.0_511.23_windows.exe"
|
||||||
$url -match 'cuda/(?<version>[0-9]+.[0-9]+)'
|
$url -match 'cuda/(?<version>[0-9]+.[0-9]+)'
|
||||||
$version=$Matches.version
|
$version=$Matches.version
|
||||||
Invoke-WebRequest $url -OutFile cuda_inst.exe
|
Invoke-WebRequest $url -OutFile cuda_inst.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user