Skip to content

Commit 74cbb9f

Browse files
committed
Use gcc x86
1 parent a09d53d commit 74cbb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_win32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
ls 'C:\mingw32\bin'
2727
28-
$env:Path += ";C:\mingw32\bin;C:\Program Files (x86)\Go\bin"
28+
$env:Path += "C:\mingw32\bin;C:\Program Files (x86)\Go\bin;$env:Path"
2929
3030
$env:CC=x86_64-w64-mingw32-gcc
3131
&'C:\Program Files (x86)\Go\bin\go.exe' version

0 commit comments

Comments
 (0)