Skip to content

Commit

Permalink
executors/macos: add /usr/local/go/bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee committed Apr 9, 2020
1 parent 4a7b6f0 commit fcc2d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executors/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parameters:
macos:
xcode: "<< parameters.xcode >>"
environment:
PATH: /Users/distiller/go/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
PATH: /Users/distiller/go/bin:/usr/local/go/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
GOPATH: /Users/distiller/go
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
Expand Down

0 comments on commit fcc2d47

Please sign in to comment.