Skip to content

Commit 31a68d8

Browse files
committed
Fix protopb CI build errors
1 parent 9d4c7e1 commit 31a68d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
ignore = dirty
260260
[submodule "Libraries.GoogleCast"]
261261
path = Sming/Libraries/GoogleCast
262-
url = https://github.com/slaff/Sming-GoogleCast.git
262+
url = https://github.com/mikee47/Sming-GoogleCast.git
263263
ignore = dirty
264264
[submodule "Libraries.Graphics"]
265265
path = Sming/Libraries/Graphics

Sming/Libraries/GoogleCast

Sming/Libraries/nanopb/component.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ COMPONENT_INCDIRS := nanopb src/include
33

44
COMPONENT_SUBMODULES += nanopb
55

6-
NANOPB_GENERATE := $(PYTHON) $(COMPONENT_PATH)/nanopb/generator/nanopb_generator.py
6+
export NANOPB_GENERATE := $(PYTHON) $(COMPONENT_PATH)/nanopb/generator/nanopb_generator.py

0 commit comments

Comments
 (0)