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

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

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