diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-12-22 14:02:25 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-12-22 14:02:25 -0500 |
| commit | 9aa889d11fe66262dfdfffc88db145736a15a728 (patch) | |
| tree | 00573ad66b2a5df5de435390615543328973fb2b /.github | |
| parent | 3b5a6f64045a9cf97091a46731bb540caa60c8b2 (diff) | |
| download | xesite-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.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- |
