Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 49m39s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 49m39s
Details
Signed-off-by: brian <brian@brutex.de>CUDA12
parent
d6a821b5e8
commit
0d97ce3222
|
@ -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 }}."
|
Loading…
Reference in New Issue