diff options
Diffstat (limited to '.github/workflows/go.yml')
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c46b343..6a0fa38 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: uses: actions/cache@v4 with: path: | - ~/.linuxbrew/Cellar + /home/linuxbrew/.linuxbrew/Cellar key: ${{ runner.os }}-homebrew-cellar-${{ hashFiles('go.sum') }} restore-keys: | ${{ runner.os }}-homebrew-cellar- |
