Skip to content

workflows trial

workflows trial #6

Workflow file for this run

name: CUDA Binary build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-parallel:
runs-on: ubuntu-latest
steps:
- uses: Jimver/cuda-toolkit@v0.2.11
id: cuda-toolkit
with:
cuda: '12.1.0'
- run: echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}"

Check failure on line 20 in .github/workflows/parallel.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/parallel.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
- run: echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}"
- run: nvcc -V