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

Signed-off-by: brian <brian@brutex.de>
CUDA12
Brian Rosenberger 2023-10-08 09:48:05 +02:00
parent acb098e8d7
commit 06b1e4ab7a
1 changed files with 7 additions and 7 deletions

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: |