From 2ef4cf11667e893db8f78f81cf64895471453d30 Mon Sep 17 00:00:00 2001 From: Daniel Pupius Date: Fri, 2 May 2025 12:28:04 -0700 Subject: [PATCH] Debug proto in CI --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 65980cc..b823e0c 100644 --- a/Makefile +++ b/Makefile @@ -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