Skip to content

Commit

Permalink
Fix typo (install libpcap-dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgont committed Sep 30, 2022
1 parent 810b0dd commit 367bbe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install libpcap-dev
run: sudo apt install -y libpcap-deb
run: sudo apt install -y libpcap-dev
- name: make
run: make

Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install libpcap-dev
run: sudo apt install -y libpcap-deb
run: sudo apt install -y libpcap-dev
- name: make
run: make

Expand Down

0 comments on commit 367bbe6

Please sign in to comment.