Skip to content

understanding why cuda workflows are so tricky #1

understanding why cuda workflows are so tricky

understanding why cuda workflows are so tricky #1

Workflow file for this run

name: C Binary build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-sequential:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make clean
run: make clean
- name: make sequential
run: make sequential