Skip to content

Commit

Permalink
Make sure to install pcbdraw
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Sep 19, 2023
1 parent 9c613ba commit 1016560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
image: ghcr.io/inti-cmnb/kicad7_auto:latest
steps:
- uses: actions/checkout@v3
- name: install pcbdraw
run: |
sudo apt-get install -y pcbdraw
- name: run kibot
run: |
cd ${{env.project_dir}}
Expand Down
2 changes: 1 addition & 1 deletion kicad_project/mbed-ce-ci-shield-v2.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,6 @@
],
"text_variables": {
"date": "2023-09-18",
"version": "5108552"
"version": "9c613ba"
}
}

0 comments on commit 1016560

Please sign in to comment.