Skip to content

Commit

Permalink
Fix addition of tools in action
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuntwork committed Aug 22, 2021
1 parent a94d149 commit 20cd913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
go-version: 1.16
- name: Add tools
run: apt-get update && apt-get install make curl upx
run: sudo apt-get update && sudo apt-get install make curl upx
- name: Test
run: make test
- name: Run GoReleaser
Expand Down

0 comments on commit 20cd913

Please sign in to comment.