Skip to content

Commit 54c69cd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
steps:
1313
- name: Install Graphviz
1414
run: |
15-
apt install graphviz
15+
sudo apt install graphviv
1616
- name: Run Build CI workflow
1717
uses: adafruit/workflows-circuitpython-libs/build@main

0 commit comments

Comments
 (0)