simplify cd

This commit is contained in:
Mikhail Timofeev
2020-11-06 14:38:47 +03:00
parent adbd8a74dc
commit 642380275e

View File

@@ -4,7 +4,7 @@
# https://github.com/actions/virtual-environments/issues/1568
# Reset brew repository directory to make the brew clean after chmoding /home
cd $(brew --prefix)/Homebrew
cd $(brew --repo)
git reset --hard
brew_folder="/home/linuxbrew/"