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

Signed-off-by: brian <brian@brutex.de>
CUDA12
Brian Rosenberger 2023-10-07 15:56:47 +02:00
parent e2cbfacce5
commit 9740eb2566
1 changed files with 9 additions and 9 deletions

View File

@ -28,16 +28,16 @@ jobs:
install: git tar gzip mingw-w64-ucrt-x86_64-gcc
# - run: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
- name: Check for CUDA
run: |
echo "Path: $env:PATH"
# - name: Check for CUDA
# run: |
# echo "Path: $env:PATH"
- name: Install CUDA
uses: Jimver/cuda-toolkit@v0.2.11
id: cuda-toolkit
with:
cuda: '12.2.0'
- run: nvcc -V
# - name: Install CUDA
# uses: Jimver/cuda-toolkit@v0.2.11
# id: cuda-toolkit
# with:
# cuda: '12.2.0'
# - run: nvcc -V
- name: Install CMake and Ninja
uses: lukka/get-cmake@v3.27.4