From 857c4c0d4b32a9db878bdeaa00b24a72db18b1e0 Mon Sep 17 00:00:00 2001 From: keacwu Date: Tue, 9 May 2023 13:42:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=8A=A8=E5=8C=96?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/conf/.goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/conf/.goreleaser.yml b/.github/conf/.goreleaser.yml index e439b9d..02d2a38 100644 --- a/.github/conf/.goreleaser.yml +++ b/.github/conf/.goreleaser.yml @@ -1,5 +1,6 @@ before: hooks: + - sudo apt -y install libprotobuf-dev protobuf-compiler protoc-gen-go - go mod tidy - go generate ./... builds: