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 24158d8 commit a09d53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ls 'C:\mingw32\bin'
$env:Path += ";C:\Program Files (x86)\Go\bin"
$env:Path += ";C:\mingw32\bin;C:\Program Files (x86)\Go\bin"
$env:CC=x86_64-w64-mingw32-gcc
&'C:\Program Files (x86)\Go\bin\go.exe' version
Expand Down

0 comments on commit a09d53d

Please sign in to comment.