Skip to content

Commit

Permalink
Merge pull request #21 from telekom/fix/gh-actions
Browse files Browse the repository at this point in the history
Fix missing sudoo
  • Loading branch information
chdxD1 committed Jun 19, 2023
2 parents 2dff967 + ff8e5f9 commit 1667568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: "^1.18"

- name: Install packages
run: sudo apt-get update && apt-get install -y llvm clang libbpf-dev libbpf-dev linux-headers-generic-hwe-20.04
run: sudo apt-get update && sudo apt-get install -y llvm clang libbpf-dev libbpf-dev linux-headers-generic-hwe-20.04

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: "^1.18"

- name: Install packages
run: sudo apt-get update && apt-get install -y llvm clang libbpf-dev libbpf-dev linux-headers-generic-hwe-20.04
run: sudo apt-get update && sudo apt-get install -y llvm clang libbpf-dev libbpf-dev linux-headers-generic-hwe-20.04

- name: Build
run: |
Expand Down

0 comments on commit 1667568

Please sign in to comment.