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

Signed-off-by: brian <brian@brutex.de>
CUDA12
Brian Rosenberger 2023-10-07 19:07:16 +02:00
parent c37412cf34
commit acb098e8d7
1 changed files with 7 additions and 7 deletions

View File

@ -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@v3.27.7
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: |