From 9aa889d11fe66262dfdfffc88db145736a15a728 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 22 Dec 2024 14:02:25 -0500 Subject: fix Signed-off-by: Xe Iaso --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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- -- cgit v1.2.3