[SKIP CI] fix(ci): remove sudo
Some checks failed
Mirror Push / mirror (push) Successful in 7s
Gitea Release / release (push) Failing after 29s
Test / test (stable) (push) Successful in 31s
Test / test (oldstable) (push) Successful in 37s

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

View file

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