Skip to content

Commit

Permalink
MacOS runner troubleshooting 2
Browse files Browse the repository at this point in the history
  • Loading branch information
imheresamir committed Nov 2, 2021
1 parent 7b51631 commit 7ab6d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# Install go1.16
- run: brew install [email protected]
# Add go1.16 to PATH
- run: echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> /Users/runner/.bash_profile
- 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
# Get go version
Expand Down

0 comments on commit 7ab6d47

Please sign in to comment.