install hugo
This commit is contained in:
parent
a17f9700bb
commit
ba3aa12803
@ -10,4 +10,6 @@ jobs:
|
|||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.17.0'
|
go-version: '>=1.17.0'
|
||||||
- run: go version
|
- run: go version
|
||||||
|
- run: CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
|
||||||
|
- run: hugo version
|
Loading…
Reference in New Issue
Block a user