The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 9aa889d1 3b5a6f64

+1 -1
+1 -1
.github/workflows/go.yml
··· 25 25 uses: actions/cache@v4 26 26 with: 27 27 path: | 28 - ~/.linuxbrew/Cellar 28 + /home/linuxbrew/.linuxbrew/Cellar 29 29 key: ${{ runner.os }}-homebrew-cellar-${{ hashFiles('go.sum') }} 30 30 restore-keys: | 31 31 ${{ runner.os }}-homebrew-cellar-