From e2e72776307b19cbf771ce37e22aa4134d58a5ad Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 16 Oct 2019 11:51:30 +0900 Subject: [PATCH] ci: Correct the brew directory being navigated to --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4a3676d9..f198bfd1 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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 -