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