Compare commits

...

1 Commits

Author SHA1 Message Date
Lakhan Samani
7ec91b5b5e fix: mingw path 2021-09-11 11:57:52 +05:30

View File

@@ -23,7 +23,7 @@ jobs:
run: echo CGO_ENABLED=1 >> ${GITHUB_ENV}
- name: Set Windows C Compiler GO env
if: ${{ matrix.goos == 'windows'}}
run: echo CC=x86_64-w64-mingw32-gcc >> ${GITHUB_ENV}
run: echo CC=/usr/bin/x86_64-w64-mingw32-gcc >> ${GITHUB_ENV}
- uses: wangyoucao577/go-release-action@v1.20
with:
github_token: ${{ secrets.RELEASE_TOKEN }}