Reorganising build.gradle for CUDA 12
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1h36m3s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1h36m3s
Signed-off-by: brian <brian@brutex.de>
This commit is contained in:
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…
x
Reference in New Issue
Block a user