Skip to content

Commit

Permalink
udpate wget
Browse files Browse the repository at this point in the history
  • Loading branch information
2xburnt committed Dec 17, 2024
2 parents 7fb6ec8 + add945f commit fe3e0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Install wget
run: sudo apt-get install wget
run: sudo apt-get update && sudo apt-get install -y wget

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit fe3e0af

Please sign in to comment.