Skip to content

Commit

Permalink
add installGo.ps for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMoore63 committed Oct 4, 2023
1 parent b3954cd commit d2b7c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[tool.cibuildwheel.windows]
archs=["AMD64"]

before-all = "powershell {project}\\installGo.ps1"
environment= """
PATH="C:\\Go\\bin;C:\\Program Files\\Go\\bin;$PATH"
GOPATH="C:\\Go"
Expand Down

0 comments on commit d2b7c88

Please sign in to comment.