Skip to content

Commit

Permalink
Need bpf helper files (#22)
Browse files Browse the repository at this point in the history
* Need bpf helper files

* need sudo
  • Loading branch information
jayanthvn authored Aug 15, 2023
1 parent 90e7d70 commit b655e3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
run: |
make check-format
make vet
- name: Set up BPF
run: |
sudo apt-get install libbpf-dev
- name: Build
run: make build-linux
- name: Unit test
Expand Down

0 comments on commit b655e3e

Please sign in to comment.