Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xe authored Jun 22, 2024
1 parent 568b3cd commit 73e5e45
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 73e5e45

Please sign in to comment.