Skip to content

Commit d3ba184

Browse files
committed
Merge branch 'develop' of github.com:JF002/Pinetime into develop
2 parents c9e836a + 4ab99d0 commit d3ba184

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
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)