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

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
1 changed files with 1 additions and 1 deletions

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