fix)ci): make apt update first
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
efb4cd6c4a
commit
ffb16ff7fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue