Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vroland committed Nov 3, 2023
1 parent 56c8db7 commit 3be8652
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ jobs:
run: |
sudo add-apt-repository --yes ppa:kicad/kicad-7.0-releases
sudo apt update
sudo apt install --install-recommends kicad
sudo apt install kicad
- run: kicad-cli version
- run: pip install kikit
- name: install kikit
- run: |
pip install kikit
sudo apt install make cmark xsltproc
- name: build present page
run:
make web

- run: tree build/

0 comments on commit 3be8652

Please sign in to comment.