Skip to content

Commit

Permalink
Fix missing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
chdxD1 committed Jun 19, 2023
1 parent a8d398c commit decb8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
go-version: "^1.18"

- name: Install packages
run: sudo apt-get update && apt-get install -y llvm clang libbpf-dev gcc-multilib linux-headers-$(uname -r)
run: sudo apt-get update && sudo apt-get install -y llvm clang libbpf-dev gcc-multilib linux-headers-$(uname -r)

- name: Build
run: |
Expand Down

0 comments on commit decb8b9

Please sign in to comment.