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.
main
NeroBurner 2022-06-05 21:58:12 +07:00 committed by GitHub
parent 068c5a823e
commit 6313a7498b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

@ -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