Skip to content

Commit

Permalink
add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vankoven committed Aug 30, 2024
1 parent a3de17c commit a5bdfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: install dependencies
run: |
sudo apt update
sudo apt install -y libpcap-dev libbpf-dev
sudo apt install -y libpcap-dev libbpf-dev cmake dpkg-dev debhelper libboost-dev po-debconf ragel
- run: |
echo "nproc=$(nproc)" >> $GITHUB_ENV
Expand Down

0 comments on commit a5bdfdd

Please sign in to comment.