We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0af22 commit 4ab99d0Copy full SHA for 4ab99d0
.github/workflows/main.yml
@@ -80,8 +80,9 @@ jobs:
80
git -C InfiniSim submodule update --init lv_drivers libpng
81
82
- name: CMake
83
+ # disable BUILD_RESOURCES as this is already done when building the firmware
84
run: |
- cmake -G Ninja -S InfiniSim -B build_lv_sim -DInfiniTime_DIR="${PWD}"
85
+ cmake -G Ninja -S InfiniSim -B build_lv_sim -DInfiniTime_DIR="${PWD}" -DBUILD_RESOURCES=OFF
86
87
- name: Build simulator executable
88
0 commit comments