fix)ci): make apt update first
Some checks failed
Mirror Push / mirror (push) Successful in 7s
Gitea Release / release (push) Failing after 31s
Test / test (stable) (push) Successful in 39s
Test / test (oldstable) (push) Successful in 41s

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-11-08 21:57:50 +01:00
parent efb4cd6c4a
commit ffb16ff7fa
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -23,7 +23,7 @@ jobs:
go-version: stable
- name: Install scdoc
run: apt-get install -y scdoc
run: apt-get update && apt-get install -y scdoc
- name: Release with GoReleaser
uses: goreleaser/goreleaser-action@v5