Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 45m21s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 45m21s
Details
Signed-off-by: brian <brian@brutex.de>CUDA12
parent
927aa54563
commit
1601a7189b
|
@ -42,9 +42,10 @@ jobs:
|
||||||
- name: Install CMake and Ninja
|
- name: Install CMake and Ninja
|
||||||
uses: lukka/get-cmake@dev/fix91
|
uses: lukka/get-cmake@dev/fix91
|
||||||
with:
|
with:
|
||||||
useLocalCache: true
|
useLocalCache: false
|
||||||
useCloudCache: false
|
useCloudCache: false
|
||||||
cmakeVersion: "~3.27.0"
|
#cmakeVersion: "~3.27.0"
|
||||||
|
cmakeVersion: latest
|
||||||
ninjaVersion: latest
|
ninjaVersion: latest
|
||||||
|
|
||||||
- name: Execute Gradle build
|
- name: Execute Gradle build
|
||||||
|
|
Loading…
Reference in New Issue