Debug proto in CI

This commit is contained in:
Daniel Pupius
2025-05-02 12:28:04 -07:00
parent 06a81686a2
commit 2ef4cf1166

View File

@@ -71,6 +71,7 @@ $(TOOLS_DIR):
# Install the protoc-gen-go tool
$(PROTOC_GEN_GO): $(TOOLS_DIR)
GOBIN=$(abspath $(TOOLS_DIR)) go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
ls $(TOOLS_DIR)
# Web application commands
# Run the web application in development mode