Skip to content

Commit

Permalink
switch from v2_k7 to just v2 to test
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Jul 4, 2024
1 parent d56da5c commit a37bcf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/atopile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: 'ecad/' # atopile project directory

- name: Render Box-Emu PCB
uses: INTI-CMNB/KiBot@v2_k7
uses: INTI-CMNB/KiBot@v2
with:
# Required - kibot config file
config: ecad/config.kibot.yaml
Expand All @@ -40,7 +40,7 @@ jobs:
board: 'ecad/elec/layout/box-emu/box-emu.kicad_pcb'

- name: Render Box-3-Emu PCB
uses: INTI-CMNB/KiBot@v2_k7
uses: INTI-CMNB/KiBot@v2
with:
# Required - kibot config file
config: ecad/config.kibot.yaml
Expand Down

0 comments on commit a37bcf0

Please sign in to comment.