Skip to content

workflow

workflow #9

Workflow file for this run

name: C/C++/CUDA Binary build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make clean
run: make clean
- name: make sequential
run: make sequential
- name: cuda-toolkit
uses: Jimver/cuda-toolkit@v0.2.11

Check failure on line 23 in .github/workflows/c-cpp.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/c-cpp.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
run: nvcc -V
- name: make parallel
uses: Jimver/cuda-toolkit@v0.2.11
run: make parallel