mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 05:12:36 +08:00
修复自动化编译问题
This commit is contained in:
parent
58890cd5e6
commit
857c4c0d4b
1
.github/conf/.goreleaser.yml
vendored
1
.github/conf/.goreleaser.yml
vendored
@ -1,5 +1,6 @@
|
|||||||
before:
|
before:
|
||||||
hooks:
|
hooks:
|
||||||
|
- sudo apt -y install libprotobuf-dev protobuf-compiler protoc-gen-go
|
||||||
- go mod tidy
|
- go mod tidy
|
||||||
- go generate ./...
|
- go generate ./...
|
||||||
builds:
|
builds:
|
||||||
|
Loading…
Reference in New Issue
Block a user