mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
ci: Correct the brew directory being navigated to
This commit is contained in:
@@ -170,7 +170,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: |
|
||||
cd $(brew --prefix)
|
||||
cd $(brew --repo homebrew/core)
|
||||
git fetch origin
|
||||
sudo git reset --hard origin/master
|
||||
cd -
|
||||
|
||||
Reference in New Issue
Block a user