Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 46m37s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 46m37s
Details
Signed-off-by: brian <brian@brutex.de>CUDA12
parent
acb098e8d7
commit
06b1e4ab7a
|
@ -39,13 +39,13 @@ jobs:
|
||||||
# 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.7
|
uses: lukka/get-cmake@dev/fix91
|
||||||
# with:
|
with:
|
||||||
# useLocalCache: false
|
useLocalCache: false
|
||||||
# useCloudCache: false
|
useCloudCache: false
|
||||||
# cmakeVersion: "~3.27.0"
|
cmakeVersion: "~3.27.0"
|
||||||
# ninjaVersion: latest
|
ninjaVersion: latest
|
||||||
|
|
||||||
- name: Execute Gradle build
|
- name: Execute Gradle build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue