Skip to content

Commit

Permalink
update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
NotQuiteApex committed Sep 5, 2024
1 parent 2062a66 commit bd79dbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-hardware-pcb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
build-hardware-pcb:
runs-on: ubuntu-latest
steps:
- name: "Add KiCAD 7 PPA"
run: sudo add-apt-repository ppa:kicad/kicad-7.0-releases && sudo apt update
- name: "Add KiCAD 8 PPA"
run: sudo add-apt-repository ppa:kicad/kicad-8.0-releases && sudo apt update
- name: "Get dependencies"
uses: awalsh128/cache-apt-pkgs-action@v1
with:
Expand Down
1 change: 1 addition & 0 deletions hardware-case/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ORIGINALWD=$(pwd)
cd "$(dirname "$0")"
mkdir build/
openscad -o build/case-top-scr.stl -D gen_top=true -D gen_scr=true case.scad
openscad -o build/case-bot-scr.stl -D gen_scr=true -D gen_bot=true case.scad
openscad -o build/case-top.stl -D gen_top=true case.scad
openscad -o build/case-bot.stl -D gen_bot=true case.scad
openscad -o build/case-leg.stl -D gen_leg=true case.scad
Expand Down

0 comments on commit bd79dbf

Please sign in to comment.