Skip to content

Commit

Permalink
fixup! Integrate bpftool.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmmr committed Jan 12, 2024
1 parent 1674b8e commit b268e01
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update
sudo apt-get install -y ninja-build ccache curl ca-certificates clang-tidy-12 libelf-dev
sudo apt-get install -y ninja-build ccache curl ca-certificates clang-tidy-12
sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-12 100
sudo pip3 install btest zkg pre-commit
# for bpftool
sudo apt-get install llvm libelf-dev
- name: Install Zeek
run: |
(cd /tmp && curl -L -O https://download.zeek.org/binary-packages/xUbuntu_22.04/amd64/zeek${ZEEK_TAG}-core_${ZEEK_VERSION}_amd64.deb)
Expand Down Expand Up @@ -325,7 +328,10 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update
sudo apt-get install -y ninja-build ccache curl ca-certificates libelf-dev
sudo apt-get install -y ninja-build ccache curl ca-certificates
# for bpftool
sudo apt-get intall llvm libelf-dev
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b268e01

Please sign in to comment.