Skip to content

Commit

Permalink
Upgrade to KiCAD 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Mar 13, 2024
1 parent 5ba3787 commit a45effa
Show file tree
Hide file tree
Showing 15 changed files with 218,014 additions and 140,979 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
DRC:
runs-on: ubuntu-latest
container:
image: setsoft/kicad_auto:ki7
image: setsoft/kicad_auto:ki8
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Run KiBot for DRC
Expand All @@ -38,9 +38,9 @@ jobs:
ERC:
runs-on: ubuntu-latest
container:
image: setsoft/kicad_auto:ki7
image: setsoft/kicad_auto:ki8
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Run KiBot for ERC
Expand All @@ -50,9 +50,9 @@ jobs:
runs-on: ubuntu-latest
needs: [ERC, DRC]
container:
image: setsoft/kicad_auto:ki7
image: setsoft/kicad_auto:ki8
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Get Branch Name
Expand All @@ -64,7 +64,7 @@ jobs:
run: |
kibot -c Kicad/docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_erc,run_drc -v
- name: Upload KiBot Output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{success()}}
with:
name: Build-Outputs
Expand Down
Loading

0 comments on commit a45effa

Please sign in to comment.