Skip to content

Commit

Permalink
Fix goyek task settings (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored May 2, 2024
1 parent 515fb67 commit 54e6cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (

func main() {
tasks.Define(tasks.Params{
LibraryName: "protoc",
LibraryRepo: "protocolbuffers/protobuf",
LibraryName: "protoc-gen-prost",
LibraryRepo: "tokio-rs/prost",
GoReleaser: true,
})
boot.Main()
Expand Down

0 comments on commit 54e6cd2

Please sign in to comment.