Skip to content

Commit 7ec91b5

Browse files
committed
fix: mingw path
1 parent 425d14e commit 7ec91b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: echo CGO_ENABLED=1 >> ${GITHUB_ENV}
2424
- name: Set Windows C Compiler GO env
2525
if: ${{ matrix.goos == 'windows'}}
26-
run: echo CC=x86_64-w64-mingw32-gcc >> ${GITHUB_ENV}
26+
run: echo CC=/usr/bin/x86_64-w64-mingw32-gcc >> ${GITHUB_ENV}
2727
- uses: wangyoucao577/[email protected]
2828
with:
2929
github_token: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)