Skip to content

Commit

Permalink
Try just copying the resources
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Sep 19, 2023
1 parent b636a69 commit 1766aa9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
image: ghcr.io/inti-cmnb/kicad7_auto:latest
steps:
- uses: actions/checkout@v3
- name: install pcbdraw
- name: install pcbdraw resources
run: |
git clone https://github.com/yaqwsx/PcbDraw.git
cd PcbDraw
python3 setup.py install
cp -r PcbDraw/pcbdraw/resources /usr/share/pcbdraw
- name: run kibot
run: |
cd ${{env.project_dir}}
Expand Down

0 comments on commit 1766aa9

Please sign in to comment.