diff options
| -rw-r--r-- | .github/workflows/go.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f3d43da..e9c1b1a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,6 +13,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Set up Homebrew + uses: Homebrew/actions/setup-homebrew@master + - name: Setup Homebrew cellar cache uses: actions/cache@v4 with: @@ -29,9 +32,6 @@ jobs: key: ${{ runner.os }}-homebrew-cellar-${{ hashFiles('Brewfile.lock.json') }} restore-keys: | ${{ runner.os }}-homebrew-cellar- - - - name: Set up Homebrew - uses: Homebrew/actions/setup-homebrew@master - name: Install Brew dependencies run: | |
