aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-12-22 14:02:25 -0500
committerXe Iaso <me@xeiaso.net>2024-12-22 14:02:25 -0500
commit9aa889d11fe66262dfdfffc88db145736a15a728 (patch)
tree00573ad66b2a5df5de435390615543328973fb2b /.github
parent3b5a6f64045a9cf97091a46731bb540caa60c8b2 (diff)
downloadxesite-9aa889d11fe66262dfdfffc88db145736a15a728.tar.xz
xesite-9aa889d11fe66262dfdfffc88db145736a15a728.zip
fix
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/go.yml2
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-