We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425d14e commit 7ec91b5Copy full SHA for 7ec91b5
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
run: echo CGO_ENABLED=1 >> ${GITHUB_ENV}
24
- name: Set Windows C Compiler GO env
25
if: ${{ matrix.goos == 'windows'}}
26
- run: echo CC=x86_64-w64-mingw32-gcc >> ${GITHUB_ENV}
+ run: echo CC=/usr/bin/x86_64-w64-mingw32-gcc >> ${GITHUB_ENV}
27
- uses: wangyoucao577/[email protected]
28
with:
29
github_token: ${{ secrets.RELEASE_TOKEN }}
0 commit comments