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 23, 2024
1 parent 2be0416 commit 6067888
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 @@ -23,7 +23,7 @@ jobs:
$procMain = Start-Process "msiexec" "/i `"go1.msi`" /qn /l*! `"$log`"" -NoNewWindow -PassThru
$procMain.WaitForExit()
ls 'C:\Program Files (x86)\Go'
ls 'C:\Program Files (x86)\Go\bin'
Expand Down

0 comments on commit 6067888

Please sign in to comment.