We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc67d6 commit 5b0dd78Copy full SHA for 5b0dd78
.github/workflows/build.yml
@@ -10,5 +10,8 @@ jobs:
10
test:
11
runs-on: ubuntu-latest
12
steps:
13
+ - name: Load graphviz
14
+ run: |
15
+ sudo apt install graphviz
16
- name: Run Build CI workflow
17
uses: adafruit/workflows-circuitpython-libs/build@main
0 commit comments