We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb6492 commit 039ce39Copy full SHA for 039ce39
.github/workflows/build.yml
@@ -10,5 +10,8 @@ jobs:
10
test:
11
runs-on: ubuntu-latest
12
steps:
13
+ - name: Install Graphviz
14
+ run: |
15
+ apt install graphviz
16
- name: Run Build CI workflow
17
uses: adafruit/workflows-circuitpython-libs/build@main
0 commit comments