Skip to content

Commit

Permalink
Use gcc x86
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Apr 24, 2024
1 parent 74cbb9f commit b4dd6d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_win32.yml
Expand Up @@ -26,6 +26,10 @@ jobs:
ls 'C:\mingw32\bin'
$env:Path += "C:\mingw32\bin;C:\Program Files (x86)\Go\bin;$env:Path"
$env:GOOS="windows"
$env:GOARCH="386"
$env:GOHOSTOS=$env:GOOS
$env:GOHOSTARCH=$env:GOARCH
$env:CC=x86_64-w64-mingw32-gcc
&'C:\Program Files (x86)\Go\bin\go.exe' version
Expand Down

0 comments on commit b4dd6d0

Please sign in to comment.