修复自动化编译问题

This commit is contained in:
keacwu 2023-05-09 13:42:17 +08:00 committed by GitHub
parent 58890cd5e6
commit 857c4c0d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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: