Skip to content

Commit

Permalink
chore: add mingw dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Jun 18, 2024
1 parent ea54364 commit 5a7c925
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
env:
- CGO_ENABLED=1

builds:
- id: vale-darwin-amd64
main: ./cmd/vale
Expand Down Expand Up @@ -181,3 +182,8 @@ chocolateys:
# to chocolatey repository, leaving the responsability of publishing it to
# the user.
skip_publish: false

dependencies:
# Required for treesitter/cgo.
- id: mingw
version: 13.2.0

0 comments on commit 5a7c925

Please sign in to comment.