mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -08:00
fix(bootstrap-go): set correct GOPATH
This commit is contained in:
parent
175e5ece04
commit
2ff98e2c81
|
@ -34,3 +34,4 @@ runs:
|
|||
# Add to path
|
||||
"$sourceFolder/bin" >> $env:GITHUB_PATH
|
||||
"GOROOT=$sourceFolder" >> $env:GITHUB_ENV
|
||||
"GOPATH=$sourceFolder" >> $env:GITHUB_ENV
|
||||
|
|
Loading…
Reference in a new issue