Skip to content

Commit

Permalink
MacOS runner troubleshooting 3
Browse files Browse the repository at this point in the history
  • Loading branch information
imheresamir committed Nov 2, 2021
1 parent 7ab6d47 commit 8b75c62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
# Install go1.16
- run: brew install [email protected]
# Add go1.16 to PATH
- run: echo -e '\nexport PATH="/usr/local/opt/[email protected]/bin:$PATH"\n' >> /Users/runner/.bash_profile
- run: cat /Users/runner/.bash_profile
- run: source /Users/runner/.bash_profile
- run: echo "/usr/local/opt/[email protected]/bin" >> $GITHUB_PATH
# Get go version
- run: go version
# Fix go1.16 module bug (https://github.com/golang/go/issues/44129#issuecomment-865249631)
Expand Down

0 comments on commit 8b75c62

Please sign in to comment.