1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-04 17:40:49 +00:00

ci: Correct the brew directory being navigated to

This commit is contained in:
Matan Kushner 2019-10-16 11:51:30 +09:00
parent 47268a64e7
commit e2e7277630
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

@ -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 -