Skip to content

Commit

Permalink
Remove default go in path
Browse files Browse the repository at this point in the history
  • Loading branch information
renehernandez committed Jul 12, 2021
1 parent 409d67a commit 3a51d76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release_brew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
runs-on: macos-10.15
needs: [update_formula_version]
steps:
- name: Remove default go in path
run: |
ls -al /usr/local/bin/go*
brew unlink [email protected]
rm /usr/local/bin/go
rm /usr/local/bin/gofmt
- name: Build a bottle using Homebrew
run: |
brew tap renehernandez/taps
Expand Down

0 comments on commit 3a51d76

Please sign in to comment.