Skip to content

Commit

Permalink
install headers required for selftests
Browse files Browse the repository at this point in the history
In file included from main.bpf.c:2:
In file included from ../../output/uapi/linux/bpf.h:11:
/usr/include/linux/types.h:5:10: fatal error: 'asm/types.h' file not
found
  • Loading branch information
geyslan committed Feb 9, 2023
1 parent 84a6686 commit e77c2da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-dependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ runs:
sudo apt-get update
sudo apt-get install --yes bsdutils
sudo apt-get install --yes build-essential
sudo apt-get install --yes gcc-multilib
sudo apt-get install --yes pkgconf
sudo apt-get install --yes llvm-12 clang-12
sudo apt-get install --yes clang-format-12
Expand Down

0 comments on commit e77c2da

Please sign in to comment.