Skip to content

Commit

Permalink
Updated CI to KiCad 8
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBaus committed Mar 30, 2024
1 parent 51e5ab7 commit ee1d250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
submodules: true

- name: Run ERC
uses: INTI-CMNB/KiBot@v2_dk8
uses: INTI-CMNB/KiBot@v2_k8
with:
config: ${{ env.KIBOT_CONFIG }}
schema: ${{ env.SCHEMATIC_FILE }}
Expand All @@ -117,7 +117,7 @@ jobs:
submodules: true

- name: Run DRC
uses: INTI-CMNB/KiBot@v2_k7
uses: INTI-CMNB/KiBot@v2_k8
with:
config: ${{ env.KIBOT_CONFIG }}
board: ${{ env.PCB_FILE }}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
with:
submodules: true

- uses: INTI-CMNB/KiBot@v2_k7
- uses: INTI-CMNB/KiBot@v2_k8
with:
config: ${{ env.KIBOT_CONFIG }}
schema: ${{ env.SCHEMATIC_FILE }}
Expand Down

0 comments on commit ee1d250

Please sign in to comment.