summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYehoshua Pesach Wallach <yehoshuapw@gmail.com>2022-04-20 20:45:12 +0300
committerJF <JF002@users.noreply.github.com>2022-05-10 22:20:02 +0200
commitb9fbee1007b121fd3f2d00c75335ede057751728 (patch)
tree2eb7e8d6c4bf412863ada548b8c678a52f454efa /.github/workflows
parent43443eda74f39adc90cfb77f3945586a9481679d (diff)
Added lv_font_conv to workflow main
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 58a63931..7bfe959c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -95,6 +95,10 @@ jobs:
pip3 install --user setuptools
pip3 install --user adafruit-nrfutil
+ - name: Install lv_font_conv
+ run:
+ npm i -g lv_font_conv
+
#########################################################################################
# Checkout