mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
ci: Correct the brew directory being navigated to
This commit is contained in:
parent
47268a64e7
commit
e2e7277630
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -170,7 +170,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- run: |
|
- run: |
|
||||||
cd $(brew --prefix)
|
cd $(brew --repo homebrew/core)
|
||||||
git fetch origin
|
git fetch origin
|
||||||
sudo git reset --hard origin/master
|
sudo git reset --hard origin/master
|
||||||
cd -
|
cd -
|
||||||
|
Loading…
Reference in New Issue
Block a user