Skip to content

Commit

Permalink
Clean up board font in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Sep 30, 2024
1 parent 0659cbb commit ac50002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-hardware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
unzip kode-mono-fonts.zip
mkdir -p ~/.local/share/fonts
cp kode-mono-fonts/fonts/ttf/* ~/.local/share/fonts/
rm -rf kode-mono-fonts
rm -rf kode-mono-fonts{,.zip}
- name: Generate fab outputs
run: |
Expand Down

0 comments on commit ac50002

Please # to comment.