Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 27m40s Details

Signed-off-by: brian <brian@brutex.de>
CUDA12
Brian Rosenberger 2023-09-07 13:29:57 +02:00
parent d5d7c5b6d3
commit 235a8037ce
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,10 @@ jobs:
uses: actions/checkout@v3
- name: Install CUDA
run: Invoke-WebRequest https://developer.download.nvidia.com/compute/cuda/12.2.2/network_installers/cuda_12.2.2_windows_network.exe -OutFile c:\temp\cuda_12.2.2_windows_network.exe
uses: Jimver/cuda-toolkit@v0.2.11
id: cuda-toolkit
with:
cuda: '12.2.0'
- run: nvcc -V
- name: Install CMake and Ninja