diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0ab15e581..49a23f518 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,6 +20,15 @@ jobs: run: | brew bundle + - name: Setup Homebrew cellar cache + uses: actions/cache@v4 + with: + path: | + ~/.linuxbrew/Cellar + key: ${{ runner.os }}-homebrew-cellar-${{ hashFiles('Brewfile.lock.json') }} + restore-keys: | + ${{ runner.os }}-homebrew-cellar- + - name: Setup Golang caches uses: actions/cache@v4 with: