summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNeroBurner <pyro4hell@gmail.com>2022-10-11 22:30:51 +0200
committerGitHub <noreply@github.com>2022-10-11 22:30:51 +0200
commit4ab99d0d4b969bd2936f6d979bb7f26d5251c6b9 (patch)
tree8887d6094d7047928eef950fe6a6b1fbf5b13908 /.github/workflows
parenteb0af22ecf66957b9341521990c49a6d1d5d70e3 (diff)
CI: disable BUILD_RESOURCES for InfiniSim as already done in firmware (#1366)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9095422d..35d5ed1c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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: |