Skip to content

Commit 9535760

Browse files
authored
Merge pull request #77 from tekktrik/dev/reintroduce-graphviz
Reintroduce graphviz
2 parents 5bc67d6 + 5b0dd78 commit 9535760

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Load graphviz
14+
run: |
15+
sudo apt install graphviz
1316
- name: Run Build CI workflow
1417
uses: adafruit/workflows-circuitpython-libs/build@main

0 commit comments

Comments
 (0)