add gcc
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Build Hugo Site / build (push) Has been cancelled

This commit is contained in:
Phil 2024-11-19 14:18:23 -07:00
parent ba3aa12803
commit e88d0f790c

View File

@ -11,5 +11,6 @@ jobs:
with:
go-version: '>=1.17.0'
- run: go version
- run: apk add build-base
- run: CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
- run: hugo version