Skip to content

Commit

Permalink
fontgen: make simulator build fonts too
Browse files Browse the repository at this point in the history
  • Loading branch information
yehoshuapw committed Apr 20, 2022
1 parent c7b157e commit ebe42a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/lv_sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
sudo apt-get update
sudo apt-get -y install libsdl2-dev
- name: Install lv_font_conv
run:
npm i -g lv_font_conv

#########################################################################################
# Checkout

Expand All @@ -42,6 +46,11 @@ jobs:
with:
submodules: recursive

- name: build fonts
run: |
cd InfiniTime/src/displayapp/fonts/
python generate.py fonts.json
#########################################################################################
# get InfiniSim repo

Expand Down

0 comments on commit ebe42a4

Please sign in to comment.