aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/go.yml
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-12-22 14:17:26 -0500
committerXe Iaso <me@xeiaso.net>2024-12-22 14:17:26 -0500
commit1aeb3dffd604eae102bd95edb237232e5e457789 (patch)
tree1ac7ecc69c63ce1d34cb129c8e90f6850efbf2f0 /.github/workflows/go.yml
parent9aa889d11fe66262dfdfffc88db145736a15a728 (diff)
downloadxesite-1aeb3dffd604eae102bd95edb237232e5e457789.tar.xz
xesite-1aeb3dffd604eae102bd95edb237232e5e457789.zip
fix?
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows/go.yml')
-rw-r--r--.github/workflows/go.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 6a0fa38..3fd9914 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -26,6 +26,14 @@ jobs:
with:
path: |
/home/linuxbrew/.linuxbrew/Cellar
+ /home/linuxbrew/.linuxbrew/bin
+ /home/linuxbrew/.linuxbrew/etc
+ /home/linuxbrew/.linuxbrew/include
+ /home/linuxbrew/.linuxbrew/lib
+ /home/linuxbrew/.linuxbrew/opt
+ /home/linuxbrew/.linuxbrew/sbin
+ /home/linuxbrew/.linuxbrew/share
+ /home/linuxbrew/.linuxbrew/var
key: ${{ runner.os }}-homebrew-cellar-${{ hashFiles('go.sum') }}
restore-keys: |
${{ runner.os }}-homebrew-cellar-