Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled Details

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

View File

@ -21,10 +21,7 @@ jobs:
uses: actions/checkout@v3
- name: Install CUDA
uses: Jimver/cuda-toolkit@v0.2.11
id: cuda-toolkit
with:
cuda: '12.2.0'
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
- run: nvcc -V
- name: Install CMake and Ninja