Add option BUILD_RESOURCES=ON to build resources.zip file
The `BUILD_RESOURCES` option is also available in `InfiniTime`, but we don't want to require building the firmware to test `resource.zip` file generation.
This commit is contained in:
6
.github/workflows/lv_sim.yml
vendored
6
.github/workflows/lv_sim.yml
vendored
@@ -38,6 +38,12 @@ jobs:
|
||||
run:
|
||||
npm i -g lv_font_conv@1.5.2
|
||||
|
||||
- name: Install lv_img_conv
|
||||
run: |
|
||||
npm i -g ts-node@10.9.1 -g
|
||||
npm i -g @swc/core -g
|
||||
npm i -g lv_img_conv@0.3.0 -g
|
||||
|
||||
#########################################################################################
|
||||
# Checkout
|
||||
|
||||
|
Reference in New Issue
Block a user