diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-21 20:50:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-21 20:50:08 -0400 |
| commit | 73e5e455a66c807988a1ede37e5453075da62906 (patch) | |
| tree | 19de5f25474aa1ff3a051f2da91ab864781ec94e /.github | |
| parent | 568b3cd181f285933d29f67e451747e8c0105e7a (diff) | |
| download | xesite-73e5e455a66c807988a1ede37e5453075da62906.tar.xz xesite-73e5e455a66c807988a1ede37e5453075da62906.zip | |
Update go.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/go.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0ab15e5..49a23f5 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: |
