Skip to content

Commit

Permalink
ci: update dependencies to build bpf program
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <ale_grey_91@hotmail.it>
  • Loading branch information
alegrey91 committed Apr 11, 2024
1 parent 77558fc commit 68175fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install BCC Dependencies
run: |
sudo apt update
sudo apt install -y bpfcc-tools libbpfcc-dev # Install BCC dependencies
sudo apt install -y libbpf-dev # Install libbpf dependency
sudo apt install -y libseccomp-dev # Install Seccomp dependencies
- name: Build and Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install BCC Dependencies
run: |
sudo apt update
sudo apt install -y bpfcc-tools libbpfcc-dev # Install BCC dependencies
sudo apt install -y libbpf-dev # Install libbpf dependencies
sudo apt install -y libseccomp-dev # Install Seccomp dependencies
- name: Build and Test
run: |-
Expand Down

0 comments on commit 68175fc

Please sign in to comment.