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

Signed-off-by: brian <brian@brutex.de>
CUDA12
Brian Rosenberger 2023-09-02 14:13:57 +02:00
parent d6a821b5e8
commit 0d97ce3222
1 changed files with 2 additions and 2 deletions

View File

@ -65,13 +65,13 @@ jobs:
-PossrhUsername=${{ secrets.OSSRHUSERNAME }} \
-PossrhPassword=${{ secrets.OSSRHPASSWORD }} \
-PCAVIS_CHIP=cpu,cuda -Pskip-native=false \
2>&1 > buildlog/buildlog.log
2>&1 > buildlog.log
- name: Upload log
uses: actions/upload-artifact@v3
if: success() || failure() # run this step even if previous step failed
with:
name: my-artifact
path: buildlog/buildlog.log
path: buildlog.log
- run: echo "This job's status is ${{ job.status }}."