CI: install lv_font_conv binary (#35)
We consider in CMake if we add the font subdir, but we didn't install the `lv_font_conv` binary.
This commit is contained in:
parent
068c5a823e
commit
6313a7498b
4
.github/workflows/lv_sim.yml
vendored
4
.github/workflows/lv_sim.yml
vendored
|
@ -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@1.5.2
|
||||
|
||||
#########################################################################################
|
||||
# Checkout
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user