fix: mingw path

This commit is contained in:
Lakhan Samani 2021-09-11 11:57:52 +05:30
parent 425d14e3af
commit 7ec91b5b5e

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 }}