Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7m55s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7m55s
Details
Signed-off-by: brian <brian@brutex.de>CUDA12
parent
e2cbfacce5
commit
9740eb2566
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue