Skip to content

fixed parser inclusion #8

fixed parser inclusion

fixed parser inclusion #8

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: make parallel
run: make parallel