Reorganising build.gradle for CUDA 12
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 46m37s

Signed-off-by: brian <brian@brutex.de>
This commit is contained in:
Brian Rosenberger 2023-10-08 09:48:05 +02:00
parent acb098e8d7
commit 06b1e4ab7a

View File

@ -39,13 +39,13 @@ jobs:
# cuda: '12.2.0'
# - run: nvcc -V
#- name: Install CMake and Ninja
# uses: lukka/get-cmake@v3.27.7
# with:
# useLocalCache: false
# useCloudCache: false
# cmakeVersion: "~3.27.0"
# ninjaVersion: latest
- name: Install CMake and Ninja
uses: lukka/get-cmake@dev/fix91
with:
useLocalCache: false
useCloudCache: false
cmakeVersion: "~3.27.0"
ninjaVersion: latest
- name: Execute Gradle build
run: |