Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 45m21s Details

Signed-off-by: brian <brian@brutex.de>
CUDA12
Brian Rosenberger 2023-10-10 20:46:47 +02:00
parent 927aa54563
commit 1601a7189b
1 changed files with 3 additions and 2 deletions

View File

@ -42,9 +42,10 @@ jobs:
- name: Install CMake and Ninja
uses: lukka/get-cmake@dev/fix91
with:
useLocalCache: true
useLocalCache: false
useCloudCache: false
cmakeVersion: "~3.27.0"
#cmakeVersion: "~3.27.0"
cmakeVersion: latest
ninjaVersion: latest
- name: Execute Gradle build