Skip to content

Commit 4ab99d0

Browse files
authored
CI: disable BUILD_RESOURCES for InfiniSim as already done in firmware (#1366)
1 parent eb0af22 commit 4ab99d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ jobs:
8080
git -C InfiniSim submodule update --init lv_drivers libpng
8181
8282
- name: CMake
83+
# disable BUILD_RESOURCES as this is already done when building the firmware
8384
run: |
84-
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
8586
8687
- name: Build simulator executable
8788
run: |

0 commit comments

Comments
 (0)