Skip to content

Commit 2302512

Browse files
authored
Merge pull request #418 from matheuscscp/claude/fix-pr-417-011CULTwTWG4GTE6YP3Tk772
fix(ci): install linux-tools-azure for bpftool on Ubuntu 24.04 runners
2 parents 05f3e56 + 8723709 commit 2302512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/ci-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ runs:
4444
- name: Install dependencies
4545
shell: bash
4646
run: |
47-
sudo apt-get update && sudo apt-get install -y clang llvm bpfcc-tools libbpf-dev
47+
sudo apt-get update && sudo apt-get install -y clang llvm bpfcc-tools libbpf-dev linux-tools-azure

0 commit comments

Comments
 (0)