We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039ce39 commit 54c69cdCopy full SHA for 54c69cd
.github/workflows/build.yml
@@ -12,6 +12,6 @@ jobs:
12
steps:
13
- name: Install Graphviz
14
run: |
15
- apt install graphviz
+ sudo apt install graphviv
16
- name: Run Build CI workflow
17
uses: adafruit/workflows-circuitpython-libs/build@main
0 commit comments