Skip to content

Commit 137db0f

Browse files
committed
Upgrade to KiCAD v8, update dates in schematic and layout
1 parent 55977dd commit 137db0f

File tree

7 files changed

+79346
-39375
lines changed

7 files changed

+79346
-39375
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Build
22

33
on:
4-
pull_request_target:
5-
types:
6-
- closed
4+
push:
5+
pull_request:
76

87
jobs:
98
build:
@@ -32,16 +31,17 @@ jobs:
3231
- name: Dependencies
3332
run: |
3433
sudo apt update
35-
wget https://github.com/INTI-CMNB/KiBot/releases/download/v1.6.3/kibot_1.6.3-1_all.deb
34+
35+
wget https://github.com/INTI-CMNB/KiBot/releases/download/v1.7.0/kibot_1.7.0-1_all.deb
3636
sudo apt install ./kibot*_all.deb
3737
38-
wget https://github.com/INTI-CMNB/InteractiveHtmlBom/releases/download/v2.7.0-1/interactivehtmlbom.inti-cmnb_2.7.0-1_all.deb
39-
sudo apt install ./interactivehtmlbom.inti-cmnb_2.7.0-1_all.deb
38+
wget https://github.com/INTI-CMNB/InteractiveHtmlBom/releases/download/v2.9.0-1/interactivehtmlbom.inti-cmnb_2.9.0-1_all.deb
39+
sudo apt install ./interactivehtmlbom.inti-cmnb*_all.deb
4040
41-
wget https://github.com/INTI-CMNB/KiAuto/releases/download/v2.2.8/kiauto_2.2.8-1_all.deb
42-
sudo apt install ./kiauto_2.2.8-1_all.deb
41+
wget https://github.com/INTI-CMNB/KiAuto/releases/download/v2.3.2/kiauto_2.3.2-1_all.deb
42+
sudo apt install ./kiauto*_all.deb
4343
44-
sudo add-apt-repository --yes ppa:kicad/kicad-7.0-releases
44+
sudo add-apt-repository --yes ppa:kicad/kicad-8.0-releases
4545
sudo apt install --install-recommends kicad
4646
4747
git clone https://github.com/Kampi/KiCad.git library
@@ -81,4 +81,4 @@ jobs:
8181
git commit -m "Add image from CI/CD action"
8282
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
8383
echo https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
84-
git push origin ${{ github.base_ref }}
84+
git push origin ${{ github.base_ref }}

0 commit comments

Comments
 (0)