Skip to content

Commit

Permalink
update brew script for install golang
Browse files Browse the repository at this point in the history
  • Loading branch information
abbasnaqdi committed Nov 30, 2023
1 parent db35e61 commit b63830e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:

- name: Uninstall existing Go
run: |
echo $(where go)
sudo rm -rf $(where go)
brew uninstall go
echo "$(command -v go)"
sudo rm -rf "$(dirname $(dirname $(command -v go)))"
- name: Build Nekoray
run: |
Expand Down

0 comments on commit b63830e

Please sign in to comment.