Another try at fixing proto in CI

This commit is contained in:
Daniel Pupius
2025-05-02 13:04:56 -07:00
parent 1c7bfcd330
commit 622e37ae53
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ baymesh: build
@./dist/meshstream --verbose --mqtt-topic-prefix "msh/US/bayarea" 2>&1 | go tool github.com/dpup/logista
# Generate Go code from Protocol Buffers
gen-proto: tools
gen-proto:
@mkdir -p $(ROOT_DIR)/generated
PATH="$(TOOLS_DIR):$$PATH" protoc \
-Iproto/ \