Skip to content

Commit f4030fc

Browse files
committed
another version embedding fix
1 parent 711fc4e commit f4030fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ inner-build: check-export check-submodule prep
4242
$(MAKE) combine
4343

4444
ci-build:
45-
$(MAKE) inner-build
45+
$(IDF) --ccache build
46+
$(MAKE) combine
4647
mv $(BUILD) build-$(TARGET)
4748

4849
ci-patch:

0 commit comments

Comments
 (0)