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

Signed-off-by: brian <brian@brutex.de>
CUDA12
Brian Rosenberger 2023-09-08 09:18:08 +02:00
parent 94299b56be
commit 5b6e37c721
1 changed files with 7 additions and 3 deletions

View File

@ -14,12 +14,16 @@ jobs:
#container: #container:
defaults: defaults:
run: run:
shell: powershell shell: msys2 {0}
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
update: true
install: git tar gzip mingw-w64-ucrt-x86_64-gcc
# - run: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted # - run: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
- name: Check for CUDA - name: Check for CUDA