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
|
install: git tar gzip mingw-w64-ucrt-x86_64-gcc
|
||||||
|
|
||||||
# - run: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
|
# - run: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
|
||||||
- name: Check for CUDA
|
# - name: Check for CUDA
|
||||||
run: |
|
# run: |
|
||||||
echo "Path: $env:PATH"
|
# echo "Path: $env:PATH"
|
||||||
|
|
||||||
- name: Install CUDA
|
# - name: Install CUDA
|
||||||
uses: Jimver/cuda-toolkit@v0.2.11
|
# uses: Jimver/cuda-toolkit@v0.2.11
|
||||||
id: cuda-toolkit
|
# id: cuda-toolkit
|
||||||
with:
|
# with:
|
||||||
cuda: '12.2.0'
|
# cuda: '12.2.0'
|
||||||
- run: nvcc -V
|
# - run: nvcc -V
|
||||||
|
|
||||||
- name: Install CMake and Ninja
|
- name: Install CMake and Ninja
|
||||||
uses: lukka/get-cmake@v3.27.4
|
uses: lukka/get-cmake@v3.27.4
|
||||||
|
|
Loading…
Reference in New Issue