The code and data behind xeiaso.net
5
fork

Configure Feed

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

.github/workflows/go: fix?

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

Xe Iaso ebe73225 72431064

+5
+5
.github/workflows/go.yml
··· 12 12 runs-on: alrest-xe-site 13 13 steps: 14 14 - uses: actions/checkout@v4 15 + 16 + - name: build essential 17 + run: | 18 + sudo apt-get update 19 + sudo apt-get install -y build-essential 15 20 16 21 - name: Set up Homebrew 17 22 uses: Homebrew/actions/setup-homebrew@master