Skip to content

Commit

Permalink
Merge pull request #219 from dnephin/fix-windows-ci
Browse files Browse the repository at this point in the history
ci: set path for go install
  • Loading branch information
dnephin committed Mar 14, 2021
2 parents c280cb4 + 2dd0fa3 commit fd36aec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ workflows:
git config --global core.symlinks true
- run: |
choco upgrade golang
go version
echo 'export PATH="$PATH:/c/Program Files/Go/bin"' > $BASH_ENV
- run: go version

executors:
windows:
Expand Down

0 comments on commit fd36aec

Please sign in to comment.