diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-29 13:06:14 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-06-29 13:06:14 -0400 |
| commit | 0728f6d9111af94fc8cc1704d46fe6d7959e347d (patch) | |
| tree | 16f21338a025d7e0d937cebb9920e5674b1a9e02 /.github | |
| parent | 3432eaa4e1f9087894bd985589601a39d8c6cd61 (diff) | |
| download | x-0728f6d9111af94fc8cc1704d46fe6d7959e347d.tar.xz x-0728f6d9111af94fc8cc1704d46fe6d7959e347d.zip | |
fix linkage?
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/go.yml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a42a635..f3d43da 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,10 +17,18 @@ jobs: uses: actions/cache@v4 with: path: | - /home/linuxbrew/.linuxbrew/ - key: ${{ runner.os }}-homebrew-${{ hashFiles('Brewfile.lock.json') }} + /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('Brewfile.lock.json') }} restore-keys: | - ${{ runner.os }}-homebrew- + ${{ runner.os }}-homebrew-cellar- - name: Set up Homebrew uses: Homebrew/actions/setup-homebrew@master |
