add go
CICD / Explore-Gitea-Actions (push) Successful in 29s Details

This commit is contained in:
Isaac Johnson 2026-06-23 19:14:02 -05:00
parent 69b83a2ee5
commit f80d00b081
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ jobs:
apt install -y ca-certificates curl gnupg apt install -y ca-certificates curl gnupg
wget https://github.com/gohugoio/hugo/releases/download/v0.163.3/hugo_0.163.3_linux-amd64.deb wget https://github.com/gohugoio/hugo/releases/download/v0.163.3/hugo_0.163.3_linux-amd64.deb
dpkg -i hugo_0.163.3_linux-amd64.deb dpkg -i hugo_0.163.3_linux-amd64.deb
apt update
apt install -y golang-go
- name: Build Hugo - name: Build Hugo
run: | run: |