add mingw to workflow

This commit is contained in:
2023-10-05 22:40:41 +03:00
parent 57c71f33cb
commit e681f2a693
2 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,10 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: stable
- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
platform: x64
- uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser