Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Change KiCad version to 8
  • Loading branch information
Kampi committed Apr 1, 2024
1 parent b09ec5d commit 5d9b085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Dependencies
run: |
sudo apt update
wget https://github.com/INTI-CMNB/KiBot/releases/download/v1.6.3/kibot_1.6.3-1_all.deb
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
Expand All @@ -40,7 +40,7 @@ jobs:
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
sudo add-apt-repository --yes ppa:kicad/kicad-7.0-releases
sudo add-apt-repository --yes ppa:kicad/kicad-8.0-releases
sudo apt install --install-recommends kicad
git clone https://github.com/Kampi/KiCad.git library
Expand Down

0 comments on commit 5d9b085

Please sign in to comment.