Skip to content

Commit

Permalink
actions(pcb_image): include fonts
Browse files Browse the repository at this point in the history
Signed-off-by: Hugh He <plushugh@gmail.com>
  • Loading branch information
plushugh authored Apr 8, 2024
1 parent 2a23734 commit a826f81
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pcb_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Install Fonts
run: |
wget -O Inter.zip https://fonts.google.com/download?family=Inter
unzip -d inter/ Inter.zip
mv inter /usr/share/fonts/
wget -O Monaspace.zip https://github.com/githubnext/monaspace/releases/download/v1.000/monaspace-v1.000.zip
unzip -d monaspace/ Monaspace.zip
mv monaspace /usr/share/fonts/
fc-cache -fv
- name: Render PCB Image
uses: linalinn/kicad-render@main
with:
Expand Down

0 comments on commit a826f81

Please sign in to comment.