Skip to content

Commit

Permalink
githubactions: add workflow for Windows 32
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Apr 24, 2024
1 parent a0a43fe commit 09eca7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_win32.yml
Expand Up @@ -24,7 +24,8 @@ jobs:
$procMain.WaitForExit()
ls 'C:\Program Files (x86)\Go\bin'
&'C:\Program Files (x86)\Go\bin\go.exe' help mod tidy
$env:Path += ";C:\Program Files (x86)\Go\bin"
&'C:\Program Files (x86)\Go\bin\go.exe' version
&'C:\Program Files (x86)\Go\bin\go.exe' mod tidy -go="1.16"
Expand Down

0 comments on commit 09eca7f

Please sign in to comment.