summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2022-10-15 16:59:18 +0200
committerJean-François Milants <jf@codingfield.com>2022-10-15 16:59:18 +0200
commitd3ba184f3017fdde2a907f77b68f381045d8ecce (patch)
tree186364715934c9860c6964b0e22435508b59ee82
parentc9e836a02eda005758d3c1b047ad5ed25498f816 (diff)
parent4ab99d0d4b969bd2936f6d979bb7f26d5251c6b9 (diff)
Merge branch 'develop' of github.com:JF002/Pinetime into develop
-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: |