修复自动化编译问题

This commit is contained in:
keacwu
2023-05-09 13:42:17 +08:00
committed by GitHub
parent 58890cd5e6
commit 857c4c0d4b

View File

@@ -1,5 +1,6 @@
before:
hooks:
- sudo apt -y install libprotobuf-dev protobuf-compiler protoc-gen-go
- go mod tidy
- go generate ./...
builds: