fix: mingw path
This commit is contained in:
parent
425d14e3af
commit
7ec91b5b5e
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
run: echo CGO_ENABLED=1 >> ${GITHUB_ENV}
|
run: echo CGO_ENABLED=1 >> ${GITHUB_ENV}
|
||||||
- name: Set Windows C Compiler GO env
|
- name: Set Windows C Compiler GO env
|
||||||
if: ${{ matrix.goos == 'windows'}}
|
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
|
- uses: wangyoucao577/go-release-action@v1.20
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.RELEASE_TOKEN }}
|
github_token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user