Skip to content

Commit 59b192a

Browse files
author
tac0turtle
committed
fix build
1 parent fb4b9a8 commit 59b192a

File tree

2 files changed

+1
-107
lines changed

2 files changed

+1
-107
lines changed

.github/workflows/rust-proto-check.yml

Lines changed: 0 additions & 107 deletions
This file was deleted.

scripts/proto.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bu
55
proto-gen:
66
@echo "--> Generating Protobuf files"
77
buf generate --path="./proto/rollkit" --template="buf.gen.yaml" --config="buf.yaml"
8+
cargo build
89
.PHONY: proto-gen
910

1011
## proto-lint: Lint protobuf files. Requires docker.

0 commit comments

Comments
 (0)