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.
2 parents 5bc67d6 + 5b0dd78 commit 9535760Copy full SHA for 9535760
.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