Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Update IBOM and KiAuto version to latest one
  • Loading branch information
Kampi committed Apr 1, 2024
1 parent 12cb812 commit 15af35a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
wget https://github.com/INTI-CMNB/KiBot/releases/download/v1.6.5/kibot_1.6.5-1_all.deb
sudo apt install ./kibot*_all.deb
wget https://github.com/INTI-CMNB/InteractiveHtmlBom/releases/download/v2.7.0-1/interactivehtmlbom.inti-cmnb_2.7.0-1_all.deb
sudo apt install ./interactivehtmlbom.inti-cmnb_2.7.0-1_all.deb
wget https://github.com/INTI-CMNB/InteractiveHtmlBom/releases/download/v2.9.0-1/interactivehtmlbom.inti-cmnb_2.9.0-1_all.deb
sudo apt install ./interactivehtmlbom.inti-cmnb_2.9.0-1_all.deb
wget https://github.com/INTI-CMNB/KiAuto/releases/download/v2.2.8/kiauto_2.2.8-1_all.deb
sudo apt install ./kiauto_2.2.8-1_all.deb
wget https://github.com/INTI-CMNB/KiAuto/releases/download/v2.3.0/kiauto_2.3.0-1_all.deb
sudo apt install ./kiauto_2.3.0-1_all.deb
sudo add-apt-repository --yes ppa:kicad/kicad-8.0-releases
sudo apt install --install-recommends kicad
Expand Down

0 comments on commit 15af35a

Please sign in to comment.