CI: disable BUILD_RESOURCES for InfiniSim as already done in firmware (#1366)

main
NeroBurner 2022-10-11 22:30:51 +07:00 committed by GitHub
parent eb0af22ecf
commit 4ab99d0d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

@ -80,8 +80,9 @@ jobs:
git -C InfiniSim submodule update --init lv_drivers libpng
- name: CMake
# disable BUILD_RESOURCES as this is already done when building the firmware
run: |
cmake -G Ninja -S InfiniSim -B build_lv_sim -DInfiniTime_DIR="${PWD}"
cmake -G Ninja -S InfiniSim -B build_lv_sim -DInfiniTime_DIR="${PWD}" -DBUILD_RESOURCES=OFF
- name: Build simulator executable
run: |