Browse Source

install JLC2KiCad_lib in workflow

Thomas Buck 3 months ago
parent
commit
992327c878
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      .github/workflows/docs.yml

+ 4
- 1
.github/workflows/docs.yml View File

@@ -54,7 +54,7 @@ jobs:
54 54
         run: |
55 55
           sudo add-apt-repository --yes ppa:kicad/kicad-7.0-releases
56 56
           sudo apt update
57
-          sudo apt install -y --install-recommends kicad prusa-slicer
57
+          sudo apt install -y --install-recommends kicad prusa-slicer pipx
58 58
 
59 59
       - name: Install latest mdbook
60 60
         run: |
@@ -64,6 +64,9 @@ jobs:
64 64
           curl -sSL $url | tar -xz --directory=./mdbook
65 65
           echo `pwd`/mdbook >> $GITHUB_PATH
66 66
 
67
+      - name: Install JLC2KiCad_lib
68
+        run: pipx install git+https://github.com/Xyntexx/JLC2KiCad_lib.git@footprint_alignment_workarounds
69
+
67 70
       - name: Fetch part footprints
68 71
         run: hardware/fetch_jlc.sh
69 72
 

Loading…
Cancel
Save