Skip to content

Added graphviz dep

Added graphviz dep #6

Workflow file for this run

name: GitHub Actions CI/CD
on:
push:
branches: [ "main", "staging" ]
pull_request:
branches: [ "main", "staging" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt update
sudo apt install g++ graphviz
- name: Run tests
run: |
make test