Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1h36m3s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1h36m3s
Details
Signed-off-by: brian <brian@brutex.de>CUDA12
parent
8a98975252
commit
91ce34cd77
|
@ -20,7 +20,8 @@ jobs:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- run: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
|
|
||||||
|
# - run: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
|
||||||
|
|
||||||
- name: Install CUDA
|
- name: Install CUDA
|
||||||
uses: Jimver/cuda-toolkit@v0.2.11
|
uses: Jimver/cuda-toolkit@v0.2.11
|
||||||
|
@ -30,7 +31,7 @@ jobs:
|
||||||
- run: nvcc -V
|
- run: nvcc -V
|
||||||
|
|
||||||
- name: Install CMake and Ninja
|
- name: Install CMake and Ninja
|
||||||
uses: lukka/get-cmake@latest
|
uses: lukka/get-cmake@3.27.4
|
||||||
with:
|
with:
|
||||||
useLocalCache: true
|
useLocalCache: true
|
||||||
useCloudCache: false
|
useCloudCache: false
|
||||||
|
|
Loading…
Reference in New Issue