Skip to content

Commit

Permalink
fix)ci): make apt update first
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Therapy <sam@samtherapy.net>
  • Loading branch information
SamTherapy committed Nov 8, 2023
1 parent efb4cd6 commit ffb16ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitea/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffb16ff

Please sign in to comment.