Skip to content

Commit 6313a74

Browse files
authored
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.
1 parent 068c5a8 commit 6313a74

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/lv_sim.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
sudo apt-get update
3535
sudo apt-get -y install libsdl2-dev
3636
37+
- name: Install lv_font_conv
38+
run:
39+
npm i -g lv_font_conv@1.5.2
40+
3741
#########################################################################################
3842
# Checkout
3943

0 commit comments

Comments
 (0)