[SKIP CI] fix(ci): remove sudo
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
59fa146d7f
commit
efb4cd6c4a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue