Skip to content

Commit 039ce39

Browse files
committed
install graphviz before build action
1 parent dfb6492 commit 039ce39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)