diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 7b626f1..abc2249 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -17,6 +17,8 @@ jobs: 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 dpkg -i hugo_0.163.3_linux-amd64.deb + apt update + apt install -y golang-go - name: Build Hugo run: |